diff --git a/reference/apc/functions/apc-cache-info.xml b/reference/apc/functions/apc-cache-info.xml index a82de90a29..81d39a3ae3 100644 --- a/reference/apc/functions/apc-cache-info.xml +++ b/reference/apc/functions/apc-cache-info.xml @@ -1,5 +1,5 @@ - + apc_cache_info @@ -12,6 +12,7 @@ arrayapc_cache_info stringcache_type + boollimited @@ -36,9 +37,19 @@ cache_type - If cache_type is "user", the - user cache will be cleared; otherwise, the system cache (cached files) - will be cleared. + If cache_type is "user", + information about the user cache will be returned; otherwise, + information about the system cache (cached files) will be returned. + + + + + limited + + + If limited is &true;, the + return value will exclude the individual list of cache entries. This + is usefull when trying to optimize calls for statistics gathering. @@ -46,6 +57,30 @@ + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 3.0.11 + + The limited parameter was introduced. + + + + + + + + &reftitle.examples;