Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Jarves
Cache
Backend
Memcached
PHP Class Jarves\Cache\Backend\Memcached
Inheritance:
extends
AbstractCache
Afficher le fichier
Open project: jarves/jarves
Méthodes publiques
Méthode
Description
setup
(
$config
)
testConfig
(
$config
)
Méthodes protégées
Méthode
Description
doDelete
(
$key
)
doGet
(
$key
)
doSet
(
$key
,
$value
,
$timeout
= null )
Method Details
doDelete()
protected
méthode
protected
doDelete
(
$key
)
doGet()
protected
méthode
protected
doGet
(
$key
)
doSet()
protected
méthode
protected
doSet
(
$key
,
$value
,
$timeout
= null )
setup()
public
méthode
public
setup
(
$config
)
testConfig()
public
méthode
public
testConfig
(
$config
)