Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Jarves
Cache
Backend
Apc
PHP Class Jarves\Cache\Backend\Apc
Inheritance:
extends
AbstractCache
Show file
Open project: jarves/jarves
Public Methods
Method
Description
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 )
testConfig()
public
method
public
testConfig
(
$config
)