Storage on the object cache. More...
Public Member Functions | |
retrieve () | |
Protected Member Functions | |
__construct (array $params) | |
store (array $array) | |
Protected Attributes | |
$key = 'translate-messageindex' | |
$cache | |
$index |
Storage on the object cache.
This can be faster than DatabaseMessageIndex, but it doesn't provide random access, and the data is not guaranteed to be persistent.
This is unlikely to be the best backend for you, so don't use it.
Definition at line 381 of file MessageIndex.php.
CachedMessageIndex::__construct | ( | array $ | params | ) | [protected] |
Definition at line 388 of file MessageIndex.php.
CachedMessageIndex::retrieve | ( | ) |
CachedMessageIndex::store | ( | array $ | array | ) | [protected] |
Reimplemented from MessageIndex.
Definition at line 411 of file MessageIndex.php.
CachedMessageIndex::$cache [protected] |
Definition at line 383 of file MessageIndex.php.
CachedMessageIndex::$index [protected] |
Definition at line 386 of file MessageIndex.php.
CachedMessageIndex::$key = 'translate-messageindex' [protected] |
Definition at line 382 of file MessageIndex.php.
Referenced by retrieve(), and store().