From 203db4fb6f024b9c95679c5a076616e44c9095a6 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 4 Apr 2006 11:45:51 +0000 Subject: Fixed a bug about base class for TMemCache. --- framework/Caching/TMemCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Caching/TMemCache.php') 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 -- cgit v1.2.3