PHP 클래스 Doctrine\Common\Cache\ChainCache

저자: Michaël Gallego ([email protected])
상속: extends CacheProvider
파일 보기 프로젝트 열기: doctrine/cache 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( CacheProvider[] $cacheProviders = [] ) Constructor
setNamespace ( $namespace ) {@inheritDoc}

보호된 메소드들

메소드 설명
doContains ( $id ) {@inheritDoc}
doDelete ( $id ) {@inheritDoc}
doFetch ( $id ) {@inheritDoc}
doFlush ( ) {@inheritDoc}
doGetStats ( ) {@inheritDoc}
doSave ( $id, $data, $lifeTime ) {@inheritDoc}

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( CacheProvider[] $cacheProviders = [] )
$cacheProviders CacheProvider[]

doContains() 보호된 메소드

{@inheritDoc}
protected doContains ( $id )

doDelete() 보호된 메소드

{@inheritDoc}
protected doDelete ( $id )

doFetch() 보호된 메소드

{@inheritDoc}
protected doFetch ( $id )

doFlush() 보호된 메소드

{@inheritDoc}
protected doFlush ( )

doGetStats() 보호된 메소드

{@inheritDoc}
protected doGetStats ( )

doSave() 보호된 메소드

{@inheritDoc}
protected doSave ( $id, $data, $lifeTime )

setNamespace() 공개 메소드

{@inheritDoc}
public setNamespace ( $namespace )