diff options
-rw-r--r-- | framework/Data/TAPCCache.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/Data/TAPCCache.php b/framework/Data/TAPCCache.php index 674416ef..aba4fac8 100644 --- a/framework/Data/TAPCCache.php +++ b/framework/Data/TAPCCache.php @@ -34,11 +34,6 @@ * TAPCCache may be configured in application configuration file as follows
* <module id="cache" type="System.Data.TAPCCache" Prefix="apc_cache_prefix_key_"/>
*
- ***********************************************************************************************************
- * NOTE: not backward compatible with Prado ICache, you cannot specify a timestamp for expire.
- * It could be implemented, but what the point to check for a cache wich is meant to be as quick as possible
- ***********************************************************************************************************
- *
* @author Alban Hanry <compte_messagerie@hotmail.com>
* @version $Revision: $ $Date: $
* @package System.Data
|