Class \Prado\Data\SqlMap\DataMapper\TSqlMapFifoCache
First-in-First-out cache implementation, removes
object that was first added when the cache is full.
Class hierarchy
- \Prado\Data\SqlMap\DataMapper\TSqlMapFifoCache
- \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 |