summaryrefslogtreecommitdiff
path: root/framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:10:08 +0100
committerFabio Bas <ctrlaltca@gmail.com>2015-01-21 09:10:08 +0100
commitb780f073fc8a522cae078f3e53d6fa73dbd5e63b (patch)
tree8766bed34820042a456be6bdeed6091371f4504f /framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php
parentbbda6a710849a46de98937e85e96ea06abe333fd (diff)
Add namespaces: Caching, Collections, Data
Diffstat (limited to 'framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php')
-rw-r--r--framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php b/framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php
index e34cad84..073ad1a8 100644
--- a/framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php
+++ b/framework/Data/SqlMap/DataMapper/TSqlMapLruCache.php
@@ -1,4 +1,7 @@
<?php
+
+namespace Prado\Data\SqlMap\DataMapper;
+
/**
* TSqlMapCache class file contains FIFO, LRU, and GLOBAL cache implementations.
*
@@ -6,7 +9,7 @@
* @link http://www.pradosoft.com/
* @copyright Copyright &copy; 2005-2014 PradoSoft
* @license http://www.pradosoft.com/license/
- * @package System.Data.SqlMap
+ * @package Prado\Data\SqlMap\DataMapper
*/
/**
@@ -14,7 +17,7 @@
* object that was accessed last when the cache is full.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
- * @package System.Data.SqlMap
+ * @package Prado\Data\SqlMap\DataMapper
* @since 3.1
*/
class TSqlMapLruCache extends TSqlMapCache