Define that implement a store usage for a client
| package | Ant\ChateaClient\Service\Client |
|---|
clearAllPersistentData() : void
clearPersistentData(string $key) : void
string
getPersistentData(string $key, boolean $default) : mixed
stringThe key of the data to retrieve
booleanThe default value to return if $key is not found
mixedsetPersistentData(string $key, array $value) : void
string
array