From 61537e79d181eaf31f39f54c68a70528770942f7 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 19 Apr 2022 15:50:13 +0200 Subject: docs --- it_cache.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3