From 60a6ccd281bfcb5834be32d9cab18f91c00fab02 Mon Sep 17 00:00:00 2001 From: Christian Weber Date: Thu, 22 Dec 2011 17:45:36 +0000 Subject: documentation --- it_cache.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'it_cache.class') 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()) -- cgit v1.2.3