Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Jarves
Cache
Backend
Memcached
PHP 클래스 Jarves\Cache\Backend\Memcached
상속:
extends
AbstractCache
파일 보기
프로젝트 열기: jarves/jarves
공개 메소드들
메소드
설명
setup
(
$config
)
testConfig
(
$config
)
보호된 메소드들
메소드
설명
doDelete
(
$key
)
doGet
(
$key
)
doSet
(
$key
,
$value
,
$timeout
= null )
메소드 상세
doDelete()
보호된
메소드
protected
doDelete
(
$key
)
doGet()
보호된
메소드
protected
doGet
(
$key
)
doSet()
보호된
메소드
protected
doSet
(
$key
,
$value
,
$timeout
= null )
setup()
공개
메소드
public
setup
(
$config
)
testConfig()
공개
메소드
public
testConfig
(
$config
)