From 0090de89b8b23069c1dd71801389dfa063e610b4 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 31 Mar 2006 22:52:19 +0000 Subject: Fixed a few errors caused by incorrect path to cache classes. --- framework/Caching/TAPCCache.php | 2 +- framework/Caching/TMemCache.php | 2 +- framework/Caching/TSqliteCache.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'framework') diff --git a/framework/Caching/TAPCCache.php b/framework/Caching/TAPCCache.php index da493f63..0ed1d433 100644 --- a/framework/Caching/TAPCCache.php +++ b/framework/Caching/TAPCCache.php @@ -35,7 +35,7 @@ * cache module. It can be accessed via {@link TApplication::getCache()}. * * TAPCCache may be configured in application configuration file as follows - * + * * * @author Alban Hanry * @version $Revision: $ $Date: $ 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 - * + * * 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 13aac8ca..92cc46a6 100644 --- a/framework/Caching/TSqliteCache.php +++ b/framework/Caching/TSqliteCache.php @@ -56,7 +56,7 @@ * cache module. It can be accessed via {@link TApplication::getCache()}. * * TMemCache may be configured in application configuration file as follows - * + * * where {@link getDbFile DbFile} is a property specifying the location of the * SQLite DB file (in the namespace format). * -- cgit v1.2.3