PHP 클래스 Doctrine\Common\Cache\CouchbaseCache

부터: 2.4
저자: Michael Nitschinger ([email protected])
상속: extends CacheProvider
파일 보기 프로젝트 열기: doctrine/cache 1 사용 예제들

공개 메소드들

메소드 설명
getCouchbase ( ) : Couchbas\Couchbase | null Gets the Couchbase instance used by the cache.
setCouchbase ( Couchbase $couchbase ) : void Sets the Couchbase 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 )

getCouchbase() 공개 메소드

Gets the Couchbase instance used by the cache.
public getCouchbase ( ) : Couchbas\Couchbase | null
리턴 Couchbas\Couchbase | null

setCouchbase() 공개 메소드

Sets the Couchbase instance to use.
public setCouchbase ( Couchbase $couchbase ) : void
$couchbase Couchbase
리턴 void