Method | Description | |
---|---|---|
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 ) : string | false | Retrieves a value from cache with a specified key. | |
set ( string $key, string $value, integer $ttl ) : void | Stores a value identified by a key into cache. |