summaryrefslogtreecommitdiff
path: root/it_cache.class
diff options
context:
space:
mode:
authorChristian Weber2011-12-22 17:45:36 +0000
committerChristian Weber2011-12-22 17:45:36 +0000
commit60a6ccd281bfcb5834be32d9cab18f91c00fab02 (patch)
treecdacb1c920647f34e73073526cfe8f67507dc883 /it_cache.class
parentbe9701c21536b77f5a5a99fdb08c63bb0ef8063d (diff)
downloaditools-60a6ccd281bfcb5834be32d9cab18f91c00fab02.tar.gz
itools-60a6ccd281bfcb5834be32d9cab18f91c00fab02.tar.bz2
itools-60a6ccd281bfcb5834be32d9cab18f91c00fab02.zip
documentation
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())