Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Jarves
Cache
Backend
Redis
PHP Class Jarves\Cache\Backend\Redis
Inheritance:
extends
AbstractCache
Datei anzeigen
Open project: jarves/jarves
Public Methods
Method
Description
setup
(
$config
)
testConfig
(
$config
)
Protected Methods
Method
Description
doDelete
(
$key
)
doGet
(
$key
)
doSet
(
$key
,
$value
,
$timeout
= null )
Method Details
doDelete()
protected
method
protected
doDelete
(
$key
)
doGet()
protected
method
protected
doGet
(
$key
)
doSet()
protected
method
protected
doSet
(
$key
,
$value
,
$timeout
= null )
setup()
public
method
public
setup
(
$config
)
testConfig()
public
method
public
testConfig
(
$config
)