MediaWiki REL1_41
|
Depend on a PHP global variable. More...
Inherits CacheDependency.
Public Member Functions | |
__construct ( $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 26 of file GlobalDependency.php.
GlobalDependency::__construct | ( | $name | ) |
Definition at line 30 of file GlobalDependency.php.
GlobalDependency::isExpired | ( | ) |
Returns true if the dependency is expired, false otherwise.
Reimplemented from CacheDependency.
Definition at line 35 of file GlobalDependency.php.