PHP 클래스 Bluz\Cache\Adapter\Apc

저자: murzik
상속: extends AbstractAdapter
파일 보기 프로젝트 열기: bluzphp/framework

공개 메소드들

메소드 설명
__construct ( array $settings = [] ) Check APC extension

보호된 메소드들

메소드 설명
doAdd ( string $id, mixed $data, integer $ttl = Cache::TTL_NO_EXPIRY ) : boolean
doContains ( string $id ) : boolean | string[]
doDelete ( string $id ) : boolean | string[]
doFlush ( ) : boolean
doGet ( string $id ) : mixed
doSet ( string $id, mixed $data, integer $ttl = Cache::TTL_NO_EXPIRY ) : boolean

메소드 상세

__construct() 공개 메소드

Check APC extension
public __construct ( array $settings = [] )
$settings array

doAdd() 보호된 메소드

protected doAdd ( string $id, mixed $data, integer $ttl = Cache::TTL_NO_EXPIRY ) : boolean
$id string
$data mixed
$ttl integer
리턴 boolean

doContains() 보호된 메소드

protected doContains ( string $id ) : boolean | string[]
$id string
리턴 boolean | string[]

doDelete() 보호된 메소드

protected doDelete ( string $id ) : boolean | string[]
$id string
리턴 boolean | string[]

doFlush() 보호된 메소드

protected doFlush ( ) : boolean
리턴 boolean

doGet() 보호된 메소드

protected doGet ( string $id ) : mixed
$id string
리턴 mixed

doSet() 보호된 메소드

protected doSet ( string $id, mixed $data, integer $ttl = Cache::TTL_NO_EXPIRY ) : boolean
$id string
$data mixed
$ttl integer
리턴 boolean