Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Symfony
Component
Cache
Adapter
PhpFilesAdapter
PHP 클래스 Symfony\Component\Cache\Adapter\PhpFilesAdapter
저자:
Piotr Stankowski (
[email protected]
)
저자:
Nicolas Grekas (
[email protected]
)
상속:
extends
Symfony\Component\Cache\Adapter\AbstractAdapter
,
use trait
Symfony\Component\Cache\Adapter\FilesystemAdapterTrait
파일 보기
프로젝트 열기: symfony/symfony
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
$namespace
= '',
$defaultLifetime
,
$directory
= null )
isSupported
( )
보호된 메소드들
메소드
설명
doFetch
(
array
$ids
)
doHave
(
$id
)
doSave
(
array
$values
,
$lifetime
)
메소드 상세
__construct()
공개
메소드
public
__construct
(
$namespace
= '',
$defaultLifetime
,
$directory
= null )
doFetch()
보호된
메소드
protected
doFetch
(
array
$ids
)
$ids
array
doHave()
보호된
메소드
protected
doHave
(
$id
)
doSave()
보호된
메소드
protected
doSave
(
array
$values
,
$lifetime
)
$values
array
isSupported()
공개
정적인
메소드
public
static
isSupported
( )