summaryrefslogtreecommitdiff
path: root/framework/Caching/TMemCache.php
diff options
context:
space:
mode:
authorxue <>2006-03-31 22:52:19 +0000
committerxue <>2006-03-31 22:52:19 +0000
commit0090de89b8b23069c1dd71801389dfa063e610b4 (patch)
tree104d543ad13dd834e322709a09c7f5027520611c /framework/Caching/TMemCache.php
parent2658b6a09c9071e524867e13da8c5ec34541cd2d (diff)
Fixed a few errors caused by incorrect path to cache classes.
Diffstat (limited to 'framework/Caching/TMemCache.php')
-rw-r--r--framework/Caching/TMemCache.php2
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.
*