Метод | Описание | |
---|---|---|
delete ( string $key ) | Deletes a value with the specified key from cache | |
exists ( string $key ) : boolean | Checks whether a specified key exists in the cache. | |
get ( string $key ) : mixed | false | array | Retrieves a value from cache with a specified key. | |
set ( string $key, mixed $value, integer $ttl ) : void | Stores a value identified by a key into cache. |