diff options
Diffstat (limited to 'framework/Caching/TMemCache.php')
-rw-r--r-- | framework/Caching/TMemCache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Caching/TMemCache.php b/framework/Caching/TMemCache.php index bcd49036..f3b3e0cf 100644 --- a/framework/Caching/TMemCache.php +++ b/framework/Caching/TMemCache.php @@ -53,7 +53,7 @@ * cache module. It can be accessed via {@link TApplication::getCache()}.
*
* TMemCache may be configured in application configuration file as follows
- * <module id="cache" type="System.Data.TMemCache" Host="localhost" Port=11211 />
+ * <module id="cache" type="System.Caching.TMemCache" Host="localhost" Port=11211 />
* where {@link getHost Host} and {@link getPort Port} are configurable properties
* of TMemCache.
*
|