Method | Description | |
---|---|---|
delete ( string $key ) | Deletes a value with the specified id from store | |
exists ( string $key ) : boolean | Checks whether a specified key exists in the store. | |
get ( string $key ) : mixed | false | Retrieves a value from store with a specified key. | |
set ( string $key, mixed $value ) : void | Stores a value identified by a key into store. |