Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
SlightPHP
CacheObject
PHP Class SlightPHP\CacheObject
Mostra file
Open project: hetao29/slightphp
Public Methods
Method
Description
del
(
$key
)
get
(
$key
)
init
(
$params
= [] )
set
(
$key
,
$value
,
$timestamp
)
Method Details
del()
abstract
public
method
abstract
public
del
(
$key
)
get()
abstract
public
method
abstract
public
get
(
$key
)
init()
abstract
public
method
abstract
public
init
(
$params
= [] )
set()
abstract
public
method
abstract
public
set
(
$key
,
$value
,
$timestamp
)