Class \Prado\Data\SqlMap\DataMapper\TSqlMapLruCache
Least recently used cache implementation, removes
object that was accessed last when the cache is full.
Class hierarchy
- \Prado\Data\SqlMap\DataMapper\TSqlMapLruCache
- \Prado\Data\SqlMap\DataMapper\TSqlMapCache implements ICache
Since: 3.1
public
|
|
public
|
set(string $key, mixed $value[, mixed $expire = 0 ][, null|mixed $dependency = null ]) : mixed
Stores a value identified by a key into cache.
The expire and dependency parameters are ignored. |
__construct, add, delete, flush, getCacheSize, setCacheSize |