Method | Description | |
---|---|---|
contains ( string $key ) : boolean | Check if a key exists in the cache. | |
delete ( string $key ) | Delete a key from the cache. | |
flush ( ) | Flush the cache. | |
get ( string $key ) : mixed | Get a key from the cache. | |
set ( string $key, mixed $data ) | Set a key in the cache. |