Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Storm
Utilities
Cache
ICache
PHP Interface Storm\Utilities\Cache\ICache
显示文件
Open project: timetoogo/penumbra
Interface Usage Examples
Public Methods
Method
Description
Clear
( )
Contains
(
$Key
)
Delete
(
$Key
)
Retrieve
(
$Key
)
Save
(
$Key
,
$Value
,
$ExpirySeconds
= false,
$Overwrite
= true )
Method Details
Clear()
public
method
public
Clear
( )
Contains()
public
method
public
Contains
(
$Key
)
Delete()
public
method
public
Delete
(
$Key
)
Retrieve()
public
method
public
Retrieve
(
$Key
)
Save()
public
method
public
Save
(
$Key
,
$Value
,
$ExpirySeconds
= false,
$Overwrite
= true )