diff options
author | Christian Weber | 2011-12-22 17:45:36 +0000 |
---|---|---|
committer | Christian Weber | 2011-12-22 17:45:36 +0000 |
commit | 60a6ccd281bfcb5834be32d9cab18f91c00fab02 (patch) | |
tree | cdacb1c920647f34e73073526cfe8f67507dc883 /it_cache.class | |
parent | be9701c21536b77f5a5a99fdb08c63bb0ef8063d (diff) | |
download | itools-60a6ccd281bfcb5834be32d9cab18f91c00fab02.tar.gz itools-60a6ccd281bfcb5834be32d9cab18f91c00fab02.tar.bz2 itools-60a6ccd281bfcb5834be32d9cab18f91c00fab02.zip |
documentation
Diffstat (limited to 'it_cache.class')
-rw-r--r-- | it_cache.class | 2 |
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()) |