diff options
author | alban <> | 2006-01-31 15:28:41 +0000 |
---|---|---|
committer | alban <> | 2006-01-31 15:28:41 +0000 |
commit | a349f11b4caec0d7e82e3327d79db1b0a30642fc (patch) | |
tree | 772aff12cce76bb18abb9037c90c4135cb990128 /framework | |
parent | ec3976314de1d9820c0de3ba3c40eeffecf16740 (diff) |
Delete the backward compatibility notice about timestamp expiry.
Diffstat (limited to 'framework')
-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
|