|
MediaWiki
master
|


Public Member Functions | |
| __construct ($name) | |
| isExpired () | |
Public Member Functions inherited from CacheDependency | |
| isExpired () | |
| Returns true if the dependency is expired, false otherwise. More... | |
| loadDependencyValues () | |
| Hook to perform any expensive pre-serialize loading of dependency values. More... | |
Private Member Functions | |
| getConfig () | |
Private Attributes | |
| $name | |
| $value | |
Definition at line 251 of file CacheDependency.php.
| MainConfigDependency::__construct | ( | $name | ) |
Definition at line 255 of file CacheDependency.php.
References $name, getConfig(), and name.
|
private |
Definition at line 260 of file CacheDependency.php.
Referenced by __construct(), and isExpired().
| MainConfigDependency::isExpired | ( | ) |
Definition at line 267 of file CacheDependency.php.
References $value, getConfig(), and name.
|
private |
Definition at line 252 of file CacheDependency.php.
Referenced by __construct().
|
private |
Definition at line 253 of file CacheDependency.php.
Referenced by isExpired().