|
eZ Publish
[trunk]
|
Cache handling for translations. More...
Static Public Member Functions | |
| static | cacheDirectory () |
| static | cacheTable () |
| static | canRestoreCache ($key, $timestamp) |
| static | contextCache ($contextName) |
| static | resetGlobals () |
| static | restoreCache ($key) |
| static | rootCacheDirectory () |
| static | setContextCache ($contextName, $context) |
| static | storeCache ($key) |
Public Attributes | |
| const | CODE_DATE = 1058863428 |
Cache handling for translations.
Definition at line 17 of file eztranslationcache.php.
| static eZTranslationCache::cacheDirectory | ( | ) | [static] |
Definition at line 76 of file eztranslationcache.php.
Referenced by canRestoreCache(), restoreCache(), and storeCache().
| static eZTranslationCache::cacheTable | ( | ) | [static] |
Definition at line 25 of file eztranslationcache.php.
Referenced by canRestoreCache(), contextCache(), restoreCache(), and storeCache().
| static eZTranslationCache::canRestoreCache | ( | $ | key, |
| $ | timestamp | ||
| ) | [static] |
Definition at line 124 of file eztranslationcache.php.
Referenced by eZTSTranslator\loadTranslationFile().
| static eZTranslationCache::contextCache | ( | $ | contextName | ) | [static] |
null if no cache data was found. Definition at line 39 of file eztranslationcache.php.
Referenced by eZTSTranslator\loadTranslationFile().
| static eZTranslationCache::resetGlobals | ( | ) | [static] |
Reset values strored in $GLOABLS variable
Definition at line 206 of file eztranslationcache.php.
| static eZTranslationCache::restoreCache | ( | $ | key | ) | [static] |
Loads the cache with the key $key from a file and sets the result in the cache table.
Definition at line 145 of file eztranslationcache.php.
Referenced by eZTSTranslator\loadTranslationFile().
| static eZTranslationCache::rootCacheDirectory | ( | ) | [static] |
Definition at line 94 of file eztranslationcache.php.
Referenced by cacheDirectory().
| static eZTranslationCache::setContextCache | ( | $ | contextName, |
| $ | context | ||
| ) | [static] |
Sets the translation context $context to be cached with the cache key $contextName.
Definition at line 54 of file eztranslationcache.php.
Referenced by eZTSTranslator\loadTranslationFile(), and restoreCache().
| static eZTranslationCache::storeCache | ( | $ | key | ) | [static] |
Stores the data of the cache with the key $key to a file.
Definition at line 173 of file eztranslationcache.php.
Referenced by eZTSTranslator\loadTranslationFile().
| const eZTranslationCache::CODE_DATE = 1058863428 |
Definition at line 19 of file eztranslationcache.php.