Méthode | Description | |
---|---|---|
add ( $id, $value, $expire, $dependency = null ) : boolean | Stores a value identified by a key into cache if the cache does not contain this key. | |
delete ( $id ) : boolean | Deletes a value with the specified key from cache | |
flush ( ) | Deletes all values from cache. | |
get ( $id ) : mixed | Retrieves a value from cache with a specified key. | |
set ( $id, $value, $expire, $dependency = null ) : boolean | Stores a value identified by a key into cache. |
public flush ( ) |