PHP Class Horde_Cache_Storage_Memory, horde
It persists only during a script run and ignores the object lifetime
because of that.
Afficher le fichier
Open project: horde/horde
Méthodes publiques
Méthode |
Description |
|
clear ( ) |
|
|
exists ( $key, $lifetime ) |
|
|
expire ( $key ) |
|
|
get ( $key, $lifetime ) |
|
|
set ( $key, $data, $lifetime ) |
|
|
Method Details
public exists ( $key, $lifetime ) |
public get ( $key, $lifetime ) |
public set ( $key, $data, $lifetime ) |