\think\session\driverCache

Summary

Methods
Properties
Constants
__construct()
read()
delete()
write()
No public properties found
No constants found
No protected methods found
$handler
$expire
$prefix
N/A
No private methods found
No private properties found
N/A

Properties

$expire

$expire : integer

Type

integer

$prefix

$prefix : string

Type

string

Methods

__construct()

__construct(\think\Cache  $cache, array  $config = array()) 

Parameters

\think\Cache $cache
array $config

read()

read(\think\session\driver\string  $sessionId) 

Parameters

\think\session\driver\string $sessionId

delete()

delete(\think\session\driver\string  $sessionId) 

Parameters

\think\session\driver\string $sessionId

write()

write(\think\session\driver\string  $sessionId, \think\session\driver\string  $data) 

Parameters

\think\session\driver\string $sessionId
\think\session\driver\string $data