PHP 클래스 Doctrine\Common\Cache\MemcachedCache

Not implemented until doctrine 2.2, so we made it compatible with doctrine 2.0
부터: 2.2
저자: Benjamin Eberlei ([email protected])
저자: Guilherme Blanco ([email protected])
저자: Jonathan Wage ([email protected])
저자: Roman Borschel ([email protected])
저자: David Abdemoulaie ([email protected])
저자: Nicola Tommasi ([email protected])
상속: extends Doctrine\Common\Cache\AbstractCache
파일 보기 프로젝트 열기: doctrine/cache 1 사용 예제들

공개 메소드들

메소드 설명
getMemcached ( ) : Memcache\Memcached | null Gets the memcached instance used by the cache.
setMemcached ( Memcached $memcached ) : void Sets the memcache instance to use.

보호된 메소드들

메소드 설명
doContains ( $id )
doDelete ( $id )
doFetch ( $id )
doFetchMultiple ( array $keys )
doFlush ( )
doGetStats ( )
doSave ( $id, $data, $lifeTime )
doSaveMultiple ( array $keysAndValues, $lifetime )

메소드 상세

doContains() 보호된 메소드

protected doContains ( $id )

doDelete() 보호된 메소드

protected doDelete ( $id )

doFetch() 보호된 메소드

protected doFetch ( $id )

doFetchMultiple() 보호된 메소드

protected doFetchMultiple ( array $keys )
$keys array

doFlush() 보호된 메소드

protected doFlush ( )

doGetStats() 보호된 메소드

protected doGetStats ( )

doSave() 보호된 메소드

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

doSaveMultiple() 보호된 메소드

protected doSaveMultiple ( array $keysAndValues, $lifetime )
$keysAndValues array

getMemcached() 공개 메소드

Gets the memcached instance used by the cache.
public getMemcached ( ) : Memcache\Memcached | null
리턴 Memcache\Memcached | null

setMemcached() 공개 메소드

Sets the memcache instance to use.
public setMemcached ( Memcached $memcached ) : void
$memcached Memcached
리턴 void