Méthode | Description | |
---|---|---|
configure ( |
||
delete ( string $key ) | Deletes data for a key. | |
get ( string $key ) : mixed | Gets the data for a key. | |
set ( string $key, mixed $value, integer $timeout = null ) : boolean | Sets data for a key with a timeout. |
public configure ( |
||
$cacheConfig |