|
MediaWiki master
|
Depend on a PHP global variable. More...
Inherits CacheDependency.

Public Member Functions | |
| __construct (string $name) | |
| isExpired () | |
Returns true if the dependency is expired, false otherwise.
| |
Public Member Functions inherited from CacheDependency | |
| loadDependencyValues () | |
| Hook to perform any expensive pre-serialize loading of dependency values. | |
Depend on a PHP global variable.
Definition at line 13 of file GlobalDependency.php.
| GlobalDependency::__construct | ( | string | $name | ) |
Definition at line 19 of file GlobalDependency.php.
| GlobalDependency::isExpired | ( | ) |
Returns true if the dependency is expired, false otherwise.
Reimplemented from CacheDependency.
Definition at line 25 of file GlobalDependency.php.