|
MediaWiki master
|
Depend on a PHP constant. More...
Inherits CacheDependency.

Public Member Functions | |
| __construct (string $name) | |
| isExpired () | |
Public Member Functions inherited from CacheDependency | |
| loadDependencyValues () | |
| Hook to perform any expensive pre-serialize loading of dependency values. | |
Depend on a PHP constant.
Definition at line 12 of file ConstantDependency.php.
| ConstantDependency::__construct | ( | string | $name | ) |
Definition at line 18 of file ConstantDependency.php.
| ConstantDependency::isExpired | ( | ) |
Reimplemented from CacheDependency.
Definition at line 26 of file ConstantDependency.php.