Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Xpressengine
Support
CacheInterface
PHP 인터페이스 Xpressengine\Support\CacheInterface
링크 보기:
https://xpressengine.io
저자:
XE Developers (
[email protected]
)
파일 보기
프로젝트 열기: xpressengine/xpressengine
0 사용 예제들
공개 메소드들
메소드
설명
forget
(
string
$key
) :
void
remove
get
(
string
$key
) :
mixed
getter
has
(
string
$key
) :
boolean
has
put
(
string
$key
,
mixed
$value
,
integer
$minutes
= null ) :
mixed
setter
메소드 상세
forget()
공개
메소드
remove
public
forget
(
string
$key
) :
void
$key
string
key name
리턴
void
get()
공개
메소드
getter
public
get
(
string
$key
) :
mixed
$key
string
key name
리턴
mixed
has()
공개
메소드
has
public
has
(
string
$key
) :
boolean
$key
string
key name
리턴
boolean
put()
공개
메소드
setter
public
put
(
string
$key
,
mixed
$value
,
integer
$minutes
= null ) :
mixed
$key
string
key name
$value
mixed
the value
$minutes
integer
expire time
리턴
mixed