diff options
Diffstat (limited to 'framework/Caching/TAPCCache.php')
-rw-r--r-- | framework/Caching/TAPCCache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Caching/TAPCCache.php b/framework/Caching/TAPCCache.php index da493f63..0ed1d433 100644 --- a/framework/Caching/TAPCCache.php +++ b/framework/Caching/TAPCCache.php @@ -35,7 +35,7 @@ * cache module. It can be accessed via {@link TApplication::getCache()}.
*
* TAPCCache may be configured in application configuration file as follows
- * <module id="cache" class="System.Data.TAPCCache" />
+ * <module id="cache" class="System.Caching.TAPCCache" />
*
* @author Alban Hanry <compte_messagerie@hotmail.com>
* @version $Revision: $ $Date: $
|