Méthode | Description | |
---|---|---|
flush ( ) | Clears the cache. | |
get ( $key ) : mixed | ||
getFlushInterval ( ) : integer | ||
getHitRatio ( ) : float | ||
getID ( ) : string | ||
getImplementation ( ) : string | ||
getImplementationClass ( ) : string | ||
initialize ( $cache = null ) | Initialize the cache implementation, sets the actual cache contain if supplied. | |
registerCacheType ( $type, $className ) | ||
registerTriggerStatement ( $mappedStatement ) | Register a mapped statement that will trigger a cache flush. | |
set ( $key, $value ) | ||
setFlushInterval ( $value ) | ||
setID ( $value ) | ||
setImplementation ( $value ) |
public getFlushInterval ( ) : integer | ||
Résultat | integer | cache duration. |
public getImplementation ( ) : string | ||
Résultat | string | cache implements of TSqlMapCacheTypes, either 'Basic', 'LRU' or 'FIFO'. |
public getImplementationClass ( ) : string | ||
Résultat | string | cache implementation class name. |
public initialize ( $cache = null ) |
public registerTriggerStatement ( $mappedStatement ) |