diff options
Diffstat (limited to 'framework/Data/SqlMap')
-rw-r--r-- | framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php b/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php index aa688b05..d85148eb 100644 --- a/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php +++ b/framework/Data/SqlMap/Configuration/TSqlMapCacheModel.php @@ -75,8 +75,7 @@ class TSqlMapCacheModel extends TComponent }
/**
- * integer the number of seconds in which the cached value will expire. 0 means never expire.
- * @param int cache size.
+ * @param integer the number of seconds in which the cached value will expire. 0 means never expire.
*/
public function setFlushInterval($value)
{
@@ -84,7 +83,7 @@ class TSqlMapCacheModel extends TComponent }
/**
- * @return int cache duration.
+ * @return integer cache duration.
*/
public function getFlushInterval()
{
|