MediaWiki
master
|
Generic base class for storage interfaces. More...
Public Attributes | |
const | TTL_DAY = 86400 |
const | TTL_HOUR = 3600 |
const | TTL_INDEFINITE = 0 |
const | TTL_MINUTE = 60 |
const | TTL_MONTH = 2592000 |
const | TTL_PROC_LONG = 30 |
const | TTL_PROC_SHORT = 3 |
const | TTL_WEEK = 604800 |
const | TTL_YEAR = 31536000 |
Generic base class for storage interfaces.
Provides convenient TTL constants.
Definition at line 31 of file IExpiringStore.php.
const IExpiringStore::TTL_DAY = 86400 |
Definition at line 35 of file IExpiringStore.php.
Referenced by LoadBalancer\doWait().
const IExpiringStore::TTL_HOUR = 3600 |
Definition at line 34 of file IExpiringStore.php.
const IExpiringStore::TTL_INDEFINITE = 0 |
Definition at line 44 of file IExpiringStore.php.
Referenced by MessageCache\setValidationHash().
const IExpiringStore::TTL_MINUTE = 60 |
Definition at line 33 of file IExpiringStore.php.
Referenced by ChangeTags\listExplicitlyDefinedTags(), ChangeTags\listExtensionActivatedTags(), ChangeTags\listExtensionDefinedTags(), ChronologyProtector\shutdown(), and ChangeTags\tagUsageStatistics().
const IExpiringStore::TTL_MONTH = 2592000 |
Definition at line 37 of file IExpiringStore.php.
const IExpiringStore::TTL_PROC_LONG = 30 |
Definition at line 42 of file IExpiringStore.php.
Referenced by LocalRepo\checkRedirect(), JobQueueGroup\getCachedConfigVar(), ChangeTags\listExplicitlyDefinedTags(), ChangeTags\listExtensionActivatedTags(), ChangeTags\listExtensionDefinedTags(), and ChangeTags\tagUsageStatistics().
const IExpiringStore::TTL_PROC_SHORT = 3 |
Definition at line 41 of file IExpiringStore.php.
const IExpiringStore::TTL_WEEK = 604800 |
Definition at line 36 of file IExpiringStore.php.
const IExpiringStore::TTL_YEAR = 31536000 |
Definition at line 38 of file IExpiringStore.php.