1596. Class

1596.1. Zend\Session\SaveHandler\Cache

Cache session save handler

1596.1.1. Methods

1596.1.1.1. __construct

__construct()

Constructor

Parameters:CacheStorage

1596.1.1.2. open

open()

Open Session

Parameters:
  • string
  • string
Return type:

bool

1596.1.1.3. close

close()

Close session

Return type:bool

1596.1.1.4. read

read()

Read session data

Parameters:string
Return type:string

1596.1.1.5. write

write()

Write session data

Parameters:
  • string
  • string
Return type:

bool

1596.1.1.6. destroy

destroy()

Destroy session

Parameters:string
Return type:bool

1596.1.1.7. gc

gc()

Garbage Collection

Parameters:int
Return type:bool

1596.1.1.8. setCacheStorage

setCacheStorage()

Set cache storage

Parameters:CacheStorage
Return type:Cache

1596.1.1.9. getCacheStorage

getCacheStorage()

Get cache storage

Return type:CacheStorage

1596.1.1.10. getCacheStorge

getCacheStorge()

@deprecated Misspelled method - use getCacheStorage() instead