PHP Class Cachearium\Backend\CacheAPC

Inheritance: extends Cachearium\CacheAbstract
Afficher le fichier Open project: corollarium/cachearium

Méthodes publiques

Méthode Description
__clone ( ) Prevent users to clone the instance
clean ( $base, $id )
clear ( )
delete ( $base, $id, $sub = LH_DEFAULT_CACHE_ID )
enable ( )
get ( $base, $id, $sub = LH_DEFAULT_CACHE_ID )
prefetch ( $data )
report ( )
singleton ( ) : Cache Cache constructor (this is a singleton).
store ( $data, $base, $id, $sub = LH_DEFAULT_CACHE_ID, $lifetime )

Private Methods

Méthode Description
__construct ( ) Constructor.
checkValidArgs ( $base, $id, $sub )

Method Details

__clone() public méthode

Prevent users to clone the instance
public __clone ( )

clean() public méthode

public clean ( $base, $id )

clear() public méthode

public clear ( )

delete() public méthode

public delete ( $base, $id, $sub = LH_DEFAULT_CACHE_ID )

enable() public méthode

public enable ( )

get() public méthode

public get ( $base, $id, $sub = LH_DEFAULT_CACHE_ID )

prefetch() public méthode

public prefetch ( $data )

report() public méthode

public report ( )

singleton() public static méthode

Cache constructor (this is a singleton).
public static singleton ( ) : Cache
Résultat Cache The cache singleton.

store() public méthode

public store ( $data, $base, $id, $sub = LH_DEFAULT_CACHE_ID, $lifetime )