On this page
Class MemoryStorage
Memory based non-persistent storage for authenticated user record.
- Cake\Auth\Storage\MemoryStorage implements Cake\Auth\Storage\StorageInterface
Properties summary
- 
    $_redirectUrlprotectedRedirect url.string|null
- 
    $_userprotectedUser record.ArrayAccess|array|null
Method Summary
- 
    delete() publicDelete user record.
- 
    read() publicRead user record.
- 
    redirectUrl() publicGet/set redirect URL.
- 
    write() publicWrite user record.
Method Detail
delete()source public
delete( )Delete user record.
Implementation of
Cake\Auth\Storage\StorageInterface::delete()
  read()source public
read( )Read user record.
Returns
ArrayAccess|array|nullImplementation of
Cake\Auth\Storage\StorageInterface::read()
  redirectUrl()source public
redirectUrl( mixed $url = null )Get/set redirect URL.
Parameters
- 
     mixed $urloptional null
- 
     Redirect URL. If nullreturns current URL. Iffalsedeletes currently set URL.
Returns
mixedImplementation of
Cake\Auth\Storage\StorageInterface::redirectUrl()
  write()source public
write( array|ArrayAccess $user )Write user record.
Parameters
- 
     array|ArrayAccess $user
- User record.
Implementation of
Cake\Auth\Storage\StorageInterface::write()
  Properties detail
© 2005–present 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.8/class-Cake.Auth.Storage.MemoryStorage.html