summaryrefslogtreecommitdiff
path: root/framework/Caching
diff options
context:
space:
mode:
authorxue <>2006-06-29 19:14:21 +0000
committerxue <>2006-06-29 19:14:21 +0000
commit941925385f8aeb389cde29dc8b6831c3edb05283 (patch)
treec143c35ec325fce2d0fef85f2356d6b11c32beb8 /framework/Caching
parentefff9da919f49851cb198dfc61f45284e0ff3631 (diff)
Yet another minor doc error.
Diffstat (limited to 'framework/Caching')
-rw-r--r--framework/Caching/TMemCache.php2
-rw-r--r--framework/Caching/TSqliteCache.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/Caching/TMemCache.php b/framework/Caching/TMemCache.php
index 7c24ae0e..bd1ae189 100644
--- a/framework/Caching/TMemCache.php
+++ b/framework/Caching/TMemCache.php
@@ -53,7 +53,7 @@
*
* TMemCache may be configured in application configuration file as follows
* <code>
- * <module id="cache" type="System.Caching.TMemCache" Host="localhost" Port="11211" />
+ * <module id="cache" class="System.Caching.TMemCache" Host="localhost" Port="11211" />
* </code>
* where {@link getHost Host} and {@link getPort Port} are configurable properties
* of TMemCache.
diff --git a/framework/Caching/TSqliteCache.php b/framework/Caching/TSqliteCache.php
index dc4bf13f..b94b39fe 100644
--- a/framework/Caching/TSqliteCache.php
+++ b/framework/Caching/TSqliteCache.php
@@ -55,7 +55,7 @@
*
* TSqliteCache may be configured in application configuration file as follows
* <code>
- * <module id="cache" type="System.Caching.TSqliteCache" DbFile="Application.Data.site" />
+ * <module id="cache" class="System.Caching.TSqliteCache" DbFile="Application.Data.site" />
* </code>
* where {@link getDbFile DbFile} is a property specifying the location of the
* SQLite DB file (in the namespace format).