Memory based non-persistent storage for authenticated user record.
$_redirectUrl
protected string|null
$_user
protected array|null
delete( )
Delete user record.
Cake\Auth\Storage\StorageInterface::delete()
read( )
Read user record.
Cake\Auth\Storage\StorageInterface::read()
redirectUrl( mixed $url null )
Get/set redirect URL.
$url
optional null Redirect URL. If null
returns current URL. If false
deletes currently set URL.
Cake\Auth\Storage\StorageInterface::redirectUrl()
write( array|ArrayAccess $user )
Write user record.
$user
Cake\Auth\Storage\StorageInterface::write()
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/class-Cake.Auth.Storage.MemoryStorage.html