diff options
| author | wei <> | 2006-09-09 03:08:55 +0000 | 
|---|---|---|
| committer | wei <> | 2006-09-09 03:08:55 +0000 | 
| commit | e6105cdbe66420c4f30639ee1d652ce740054849 (patch) | |
| tree | e046806b91241a1e6b18ae721f8358f0273e5924 /framework/DataAccess/SQLMap/DataMapper/TSqlMapCache.php | |
| parent | 90b3f22cba8ad85ef2eb38c158fa2da46d798cf8 (diff) | |
Add basic active control docs.
Diffstat (limited to 'framework/DataAccess/SQLMap/DataMapper/TSqlMapCache.php')
| -rw-r--r-- | framework/DataAccess/SQLMap/DataMapper/TSqlMapCache.php | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/framework/DataAccess/SQLMap/DataMapper/TSqlMapCache.php b/framework/DataAccess/SQLMap/DataMapper/TSqlMapCache.php index a62a7432..4d319869 100644 --- a/framework/DataAccess/SQLMap/DataMapper/TSqlMapCache.php +++ b/framework/DataAccess/SQLMap/DataMapper/TSqlMapCache.php @@ -6,7 +6,7 @@   * @link http://www.pradosoft.com/
   * @copyright Copyright © 2005 PradoSoft
   * @license http://www.pradosoft.com/license/
 - * @version $Revision: $  $Date: $
 + * @version $Id$
   * @package System.DataAccess.SQLMap
   */
 @@ -29,7 +29,7 @@ interface ISqLMapCache   * a least-recently-used cache implementation.
   *
   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>
 - * @version $Revision: $  $Date: $
 + * @version $Id$
   * @package System.DataAccess.SQLMap
   * @since 3.0
   */
 @@ -87,7 +87,7 @@ abstract class TSqlMapCache implements ISqlMapCache   * object that was first added when the cache is full.
   *
   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>
 - * @version $Revision: $  $Date: $
 + * @version $Id$
   * @package System.DataAccess.SQLMap
   * @since 3.0
   */
 @@ -123,7 +123,7 @@ class TSqlMapFifoCache extends TSqlMapCache   * object that was accessed last when the cache is full.
   *
   * @author Wei Zhuo <weizhuo[at]gmail[dot]com>
 - * @version $Revision: $  $Date: $
 + * @version $Id$
   * @package System.DataAccess.SQLMap
   * @since 3.0
   */
 | 
