summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2022-04-19 15:50:13 +0200
committerUrban Müller2022-04-19 15:50:13 +0200
commit61537e79d181eaf31f39f54c68a70528770942f7 (patch)
treeda36a851fa5b27d8b06365801aea4d02b5e9d996
parent183892d556e3fb6c389f24490531629afef1859a (diff)
downloaditools-61537e79d181eaf31f39f54c68a70528770942f7.tar.gz
itools-61537e79d181eaf31f39f54c68a70528770942f7.tar.bz2
itools-61537e79d181eaf31f39f54c68a70528770942f7.zip
docs
-rw-r--r--it_cache.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_cache.class b/it_cache.class
index 868b038..69f9498 100644
--- a/it_cache.class
+++ b/it_cache.class
@@ -67,7 +67,7 @@ static function get($key, $p = array())
* @param $key Key to put value with
* @param $value Value to put (mixed but no objects allowed)
* @param $p['distributed'] Use distributed memcache on live machines (scalars may become strings) [false]
- * @param $p['ttl'] Time to live for this key/value-pair in seconds
+ * @param $p['ttl'] Time to live for this key/value-pair in seconds [2]
* @param $p['safety'] set to 0 to suppress an it::error in case of failure [1]
* @return Returns $value
*/