summaryrefslogtreecommitdiff
path: root/framework/Caching
diff options
context:
space:
mode:
authorxue <>2006-04-04 11:45:51 +0000
committerxue <>2006-04-04 11:45:51 +0000
commit203db4fb6f024b9c95679c5a076616e44c9095a6 (patch)
treee2f8268fc72356ee9f5f7717ff16744f514daea0 /framework/Caching
parent26636c9f8358aa93f996c498347840866ae5e714 (diff)
Fixed a bug about base class for TMemCache.
Diffstat (limited to 'framework/Caching')
-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 4497ad4c..dd229312 100644
--- a/framework/Caching/TMemCache.php
+++ b/framework/Caching/TMemCache.php
@@ -63,7 +63,7 @@
* @package System.Caching
* @since 3.0
*/
-class TMemCache extends TModule implements ICache
+class TMemCache extends TCache
{
/**
* @var boolean if the module is initialized