__construct()
close()
destroy()
gc()
getCacheStorage()
getCacheStorge()
open()
read()
setCacheStorage()
write()
$cacheStorage
$sessionName
$sessionSavePath
Cache session save handler
__construct(\Zend\Cache\Storage\StorageInterface $cacheStorage)
\Zend\Cache\Storage\StorageInterface
close() : bool
bool
destroy(string $id) : bool
string
bool
gc(int $maxlifetime) : bool
int
bool
getCacheStorage() : \Zend\Cache\Storage\StorageInterface
getCacheStorge()
deprecated | Misspelled method - use getCacheStorage() instead |
---|
open(string $savePath, string $name) : bool
string
string
bool
read(string $id) : string
string
string
setCacheStorage(\Zend\Cache\Storage\StorageInterface $cacheStorage) : \Zend\Session\SaveHandler\Cache
write(string $id, string $data) : bool
string
string
bool
$sessionName : string
$sessionSavePath : string