clear() : void
\Zend\Authentication\Exception\ExceptionInterface | 
If clearing contents from storage is impossible | 
|---|
isEmpty() : bool
\Zend\Authentication\Exception\ExceptionInterface | 
If it is impossible to determine whether storage is empty | 
|---|
boolread() : mixed
Behavior is undefined when storage is empty.
\Zend\Authentication\Exception\ExceptionInterface | 
If reading contents from storage is impossible | 
|---|
mixedwrite(mixed $contents) : void
mixed
\Zend\Authentication\Exception\ExceptionInterface | 
If writing $contents to storage is impossible | 
|---|