Method | Description | |
---|---|---|
get ( string $key ) : mixed | Reads retrieves data from the store | |
has ( string $key ) : boolean | Checks if a key is in the store | |
keys ( ) : array | Return a list of all keys in the store. | |
remove ( string $key ) | Remove value from the store | |
set ( string $key, mixed $data ) | Saves a value with the given key |