|
MediaWiki
master
|


Public Member Functions | |
| __construct ($filename, $timestamp=null) | |
| Create a file dependency. More... | |
| __sleep () | |
| isExpired () | |
| loadDependencyValues () | |
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 Attributes | |
| $filename | |
| $timestamp | |
Definition at line 153 of file CacheDependency.php.
| FileDependency::__construct | ( | $filename, | |
$timestamp = null |
|||
| ) |
Create a file dependency.
| string | $filename | The name of the file, preferably fully qualified |
| null | bool | int | $timestamp | The unix last modified timestamp, or false if the file does not exist. If omitted, the timestamp will be loaded from the file. |
A dependency on a nonexistent file will be triggered when the file is created. A dependency on an existing file will be triggered when the file is changed.
Definition at line 169 of file CacheDependency.php.
References $filename, and $timestamp.
| FileDependency::__sleep | ( | ) |
| FileDependency::isExpired | ( | ) |
| FileDependency::loadDependencyValues | ( | ) |
Definition at line 183 of file CacheDependency.php.
Referenced by __sleep().
|
private |
Definition at line 154 of file CacheDependency.php.
Referenced by __construct().
|
private |
Definition at line 155 of file CacheDependency.php.
Referenced by __construct().