Class TSqlMapCache
Allow different implementation of caching strategy. See TSqlMapFifoCache for a first-in-first-out implementation. See TSqlMapLruCache for a least-recently-used cache implementation.
- TSqlMapCache implements ICache
Abstract
Package: System\Data\SqlMap
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/DataMapper/TSqlMapCache.php
Package: System\Data\SqlMap
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizhuo[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/DataMapper/TSqlMapCache.php
public
|
|
public
|
|
public
integer
|
|
public
object
|
|
public
|
|
public
boolean
|
get(),
set()
|
protected
mixed
|
$_keyList |
|
|
protected
mixed
|
$_cache |
|
|
protected
integer
|
$_cacheSize | 100 |
|
protected
mixed
|
$_cacheModel | null |