summaryrefslogtreecommitdiff
path: root/it_cache.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_cache.class')
-rw-r--r--it_cache.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_cache.class b/it_cache.class
index dbd5580..a9a6f89 100644
--- a/it_cache.class
+++ b/it_cache.class
@@ -63,7 +63,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 [false]
- * @param $p['ttl'] Time to live for this key/value-pair
+ * @param $p['ttl'] Time to live for this key/value-pair in seconds
* @return Boolean if value was put into cache
*/
static function put($key, $value, $p = array())