PHP 클래스 Prado\Data\SqlMap\DataMapper\TSqlMapApplicationCache

부터: 3.1
상속: implements Prado\Caching\ICache
파일 보기 프로젝트 열기: pradosoft/prado

보호된 프로퍼티들

프로퍼티 타입 설명
$_cacheModel

공개 메소드들

메소드 설명
__construct ( $cacheModel = null ) Create a new cache with limited cache size.
add ( $id, $value, $expire, $dependency = null )
delete ( $key )
flush ( ) Deletes all items in the cache, only for data cached by sqlmap cachemodel
get ( $key ) : mixed
set ( $key, $value, $expire, $dependency = null ) Stores a value identified by a key into cache.

보호된 메소드들

메소드 설명
getCache ( ) : Prado\Caching\ICache
getKeyList ( ) : Prado\Collections\TList Retreive keylist from cache or create it if it doesn't exists
getKeyListId ( ) : string
setKeyList ( $keyList )

메소드 상세

__construct() 공개 메소드

Create a new cache with limited cache size.
public __construct ( $cacheModel = null )

add() 공개 메소드

public add ( $id, $value, $expire, $dependency = null )

delete() 공개 메소드

public delete ( $key )

flush() 공개 메소드

Deletes all items in the cache, only for data cached by sqlmap cachemodel
public flush ( )

get() 공개 메소드

public get ( $key ) : mixed
리턴 mixed Gets a cached object with the specified key.

getCache() 보호된 메소드

protected getCache ( ) : Prado\Caching\ICache
리턴 Prado\Caching\ICache Application cache instance.

getKeyList() 보호된 메소드

Retreive keylist from cache or create it if it doesn't exists
protected getKeyList ( ) : Prado\Collections\TList
리턴 Prado\Collections\TList

getKeyListId() 보호된 메소드

protected getKeyListId ( ) : string
리턴 string a KeyListID for the cache model.

set() 공개 메소드

Stores a value identified by a key into cache.
public set ( $key, $value, $expire, $dependency = null )

setKeyList() 보호된 메소드

protected setKeyList ( $keyList )

프로퍼티 상세

$_cacheModel 보호되어 있는 프로퍼티

protected $_cacheModel