Packages:
default
System
System.Caching
System.Collections
System.Data
System.Data.ActiveRecord
System.Data.ActiveRecord.Relations
System.Data.ActiveRecord.Scaffold
System.Data.ActiveReecord.Scaffold.InputBuilder
System.Data.Commom.Sqlite
System.Data.Common
System.Data.Common.Mssql
System.Data.Common.Mysql
System.Data.Common.Oracle
System.Data.Common.Pgsql
System.Data.Common.Sqlite
System.Data.DataGateway
System.Data.SqlMap
System.Data.SqlMap.Configuration
System.Data.SqlMap.Statements
System.Exceptions
System.I18N
System.IO
System.Security
System.Util
System.Web
System.Web.Services
System.Web.UI
System.Web.UI.ActiveControls
System.Web.UI.WebControls
System.Web.UI.WebControls.assets
System.Xml


Classes:
Keyword


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:

version:  $Id: TSqlMapCache.php 2541 2008-10-21 15:05:13Z qiang.xue $
license:  http://www.pradosoft.com/license/
copyright:  Copyright &copy; 2005-2008 PradoSoft
link:  http://www.pradosoft.com/
author:  Wei Zhuo <weizhuo[at]gmail[dot]com>