Implements interfaces:
Allow different implementation of caching strategy. See <tt>TSqlMapFifoCache</tt> for a first-in-first-out implementation. See <tt>TSqlMapLruCache</tt> for a least-recently-used cache implementation.
Located in /Data/SqlMap/DataMapper/TSqlMapCache.php (line 23)
Class | Description |
---|---|
TSqlMapFifoCache | First-in-First-out cache implementation, removes object that was first added when the cache is full. |
TSqlMapLruCache | Least recently used cache implementation, removes object that was accessed last when the cache is full. |
Create a new cache with limited cache size.
Clears the cache.
Maximum number of items to cache. Default size is 100.
Documentation generated on Mon, 21 Apr 2008 11:36:16 -0400 by phpDocumentor 1.3.0RC4