Represents a single result from the persistent cache. More...
Public Member Functions | |
__construct (string $key, $value=null, int $exptime=null, string $tag=null) | |
key () | |
value () | |
exptime () | |
tag () | |
hasExpired () | |
Represents a single result from the persistent cache.
Definition at line 15 of file PersistentCacheEntry.php.
MediaWiki\Extension\Translate\Cache\PersistentCacheEntry::__construct | ( | string | $key, |
$value = null, | |||
int | $exptime = null, | ||
string | $tag = null ) |
Definition at line 28 of file PersistentCacheEntry.php.
MediaWiki\Extension\Translate\Cache\PersistentCacheEntry::exptime | ( | ) |
Definition at line 61 of file PersistentCacheEntry.php.
MediaWiki\Extension\Translate\Cache\PersistentCacheEntry::hasExpired | ( | ) |
Definition at line 69 of file PersistentCacheEntry.php.
MediaWiki\Extension\Translate\Cache\PersistentCacheEntry::key | ( | ) |
Definition at line 52 of file PersistentCacheEntry.php.
MediaWiki\Extension\Translate\Cache\PersistentCacheEntry::tag | ( | ) |
Definition at line 65 of file PersistentCacheEntry.php.
MediaWiki\Extension\Translate\Cache\PersistentCacheEntry::value | ( | ) |
Definition at line 57 of file PersistentCacheEntry.php.