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
example
InMemoryCache
PHP Class example\InMemoryCache
Inheritance:
implements
example\Cacher
Mostra file
Open project: widmogrod/php-functional
Public Methods
Method
Description
__construct
(
array
$data
)
get
(
$key
)
put
(
$key
,
$value
)
Method Details
__construct()
public
method
public
__construct
(
array
$data
)
$data
array
get()
public
method
public
get
(
$key
)
put()
public
method
public
put
(
$key
,
$value
)