diff options
Diffstat (limited to 'framework/Caching')
-rw-r--r-- | framework/Caching/TAPCCache.php | 4 | ||||
-rw-r--r-- | framework/Caching/TCache.php | 4 | ||||
-rw-r--r-- | framework/Caching/TMemCache.php | 4 | ||||
-rw-r--r-- | framework/Caching/TSqliteCache.php | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/framework/Caching/TAPCCache.php b/framework/Caching/TAPCCache.php index 4c5f2779..fb419911 100644 --- a/framework/Caching/TAPCCache.php +++ b/framework/Caching/TAPCCache.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Caching
*/
@@ -40,7 +40,7 @@ * </code>
*
* @author Alban Hanry <compte_messagerie@hotmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Caching
* @since 3.0b
*/
diff --git a/framework/Caching/TCache.php b/framework/Caching/TCache.php index e369f1df..b022a9ac 100644 --- a/framework/Caching/TCache.php +++ b/framework/Caching/TCache.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Caching
*/
@@ -37,7 +37,7 @@ * and optionally {@link flush}
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Caching
* @since 3.0
*/
diff --git a/framework/Caching/TMemCache.php b/framework/Caching/TMemCache.php index bd1ae189..c0f9b4bc 100644 --- a/framework/Caching/TMemCache.php +++ b/framework/Caching/TMemCache.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Caching
*/
@@ -59,7 +59,7 @@ * of TMemCache.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Caching
* @since 3.0
*/
diff --git a/framework/Caching/TSqliteCache.php b/framework/Caching/TSqliteCache.php index acf42906..89c2cdcc 100644 --- a/framework/Caching/TSqliteCache.php +++ b/framework/Caching/TSqliteCache.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Caching
*/
@@ -61,7 +61,7 @@ * SQLite DB file (in the namespace format).
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.Caching
* @since 3.0
*/
|