TSqlMapCache class file contains FIFO, LRU, and GLOBAL cache implementations.
Class | Description |
---|---|
TSqlMapCache | 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. |
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. |
TSqlMapApplicationCache | TSqlMapApplicationCache uses the default Prado application cache for caching SqlMap results. |
Documentation generated on Mon, 21 Apr 2008 11:36:16 -0400 by phpDocumentor 1.3.0RC4