From 26636c9f8358aa93f996c498347840866ae5e714 Mon Sep 17 00:00:00 2001 From: xue <> Date: Tue, 4 Apr 2006 04:20:05 +0000 Subject: changed Prefix to KeyPrefix. --- framework/Caching/TCache.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/Caching/TCache.php b/framework/Caching/TCache.php index 859180c9..e369f1df 100644 --- a/framework/Caching/TCache.php +++ b/framework/Caching/TCache.php @@ -7,7 +7,7 @@ * @copyright Copyright © 2005 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Revision: $ $Date: $ - * @package System.Web + * @package System.Caching */ /** @@ -62,7 +62,7 @@ abstract class TCache extends TModule implements ICache * @return string a unique prefix for the keys of cached values. * If it is not explicitly set, it will take the value of {@link TApplication::getUniqueID}. */ - public function getPrefix() + public function getKeyPrefix() { return $this->_prefix; } @@ -70,7 +70,7 @@ abstract class TCache extends TModule implements ICache /** * @param string a unique prefix for the keys of cached values */ - public function setPrefix($value) + public function setKeyPrefix($value) { $this->_prefix=$value; } -- cgit v1.2.3