Classes:
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.
Page Details:
TSqlMapCache class file contains FIFO, LRU, and GLOBAL cache implementations.
Tags:
|