PHP 클래스 Doctrine\Common\Cache\MemcacheCache

부터: 2.0
저자: Benjamin Eberlei ([email protected])
저자: Guilherme Blanco ([email protected])
저자: Jonathan Wage ([email protected])
저자: Roman Borschel ([email protected])
저자: David Abdemoulaie ([email protected])
상속: extends CacheProvider
파일 보기 프로젝트 열기: doctrine/cache 1 사용 예제들

공개 메소드들

메소드 설명
getMemcache ( ) : Memcach\Memcache | null Gets the memcache instance used by the cache.
setMemcache ( Memcache $memcache ) : void Sets the memcache instance to use.

보호된 메소드들

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

메소드 상세

doContains() 보호된 메소드

protected doContains ( $id )

doDelete() 보호된 메소드

protected doDelete ( $id )

doFetch() 보호된 메소드

protected doFetch ( $id )

doFlush() 보호된 메소드

protected doFlush ( )

doGetStats() 보호된 메소드

protected doGetStats ( )

doSave() 보호된 메소드

protected doSave ( $id, $data, $lifeTime )

getMemcache() 공개 메소드

Gets the memcache instance used by the cache.
public getMemcache ( ) : Memcach\Memcache | null
리턴 Memcach\Memcache | null

setMemcache() 공개 메소드

Sets the memcache instance to use.
public setMemcache ( Memcache $memcache ) : void
$memcache Memcache
리턴 void