Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Sulu
Component
HttpCache
CacheLifetimeResolverInterface
PHP 인터페이스 Sulu\Component\HttpCache\CacheLifetimeResolverInterface
파일 보기
프로젝트 열기: sulu/sulu
0 사용 예제들
공개 메소드들
메소드
설명
resolve
(
string
$type
,
mixed
$value
) :
integer
Get cache lifetime in seconds.
supports
(
string
$type
,
mixed
$value
) :
boolean
Returns true if combination of type and value is supported.
메소드 상세
resolve()
공개
메소드
Get cache lifetime in seconds.
public
resolve
(
string
$type
,
mixed
$value
) :
integer
$type
string
$value
mixed
리턴
integer
Cache lifetime in seconds
supports()
공개
메소드
Returns true if combination of type and value is supported.
public
supports
(
string
$type
,
mixed
$value
) :
boolean
$type
string
$value
mixed
리턴
boolean