Expire item from the cache.
- Parameters
-
Implements StudipCache.
Expire all items from the cache.
Implements StudipCache.
static getDisplayName |
( |
| ) |
|
|
static |
- Returns
- string A translateable display name for this cache class.
Implements StudipCache.
Delete all expired items from the cache.
Retrieve item from the server.
- Parameters
-
- Returns
- mixed the previously stored data if an item with such a key exists on the server or FALSE on failure.
Implements StudipCache.
write |
( |
|
$name, |
|
|
|
$content, |
|
|
|
$expires = self::DEFAULT_EXPIRATION |
|
) |
| |
Store data at the server.
- Parameters
-
string | $name | the item's key. |
mixed | $content | the item's content (will be serialized if necessary). |
int | $expired | the item's expiry time in seconds. Optional, defaults to 12h. |
- Returns
- bool returns TRUE on success or FALSE on failure.
Implements StudipCache.
The documentation for this class was generated from the following file: