summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2015-08-20 17:14:25 +0200
committerUrban Müller2015-08-20 17:14:25 +0200
commitf4164f45ed88fee97a17ae54451ae80638433309 (patch)
treed8aadcf1f96fd9d140cab7fb6b8fbf1d0ba41326
parent79d5a50477ed74940484a5ca046dfa04adce1550 (diff)
downloaditools-f4164f45ed88fee97a17ae54451ae80638433309.tar.gz
itools-f4164f45ed88fee97a17ae54451ae80638433309.tar.bz2
itools-f4164f45ed88fee97a17ae54451ae80638433309.zip
document shell problem
-rw-r--r--it_cache.class4
1 files changed, 2 insertions, 2 deletions
diff --git a/it_cache.class b/it_cache.class
index e4f45c1..58277ae 100644
--- a/it_cache.class
+++ b/it_cache.class
@@ -39,7 +39,7 @@ static function _defaults($p)
}
/**
- * Get value for specific key from cache. Can be mixed value but no objects.
+ * Get value for specific key from cache. Can be mixed value but no objects. WARNING: only distributed works from shell
* @param $key Key to get value for
* @param $p['distributed'] Use distributed memcache (scalars may become strings) [false]
* @return Value for given key or null
@@ -59,7 +59,7 @@ static function get($key, $p = array())
}
/**
- * Put value for specific key into cache. Can be mixed value but no objects.
+ * Put value for specific key into cache. Can be mixed value but no objects. WARNING: only distributed works from shell
* @param $key Key to put value with
* @param $value Value to put (mixed but no objects allowed)
* @param $p['distributed'] Use distributed memcache (scalars may become strings) [false]