When apc_cache_info() is used in apc_requirements(), the list of cache entries is not used. By supplying FALSE as the second parameter, this can be removed from the output such that apc_requirements() is faster.
When apc_cache_info() is used in apc_requirements(), the list of cache entries is not used. By supplying FALSE as the second parameter, this can be removed from the output such that apc_requirements() is faster.
Comments
Comment #1
Jorrit commentedNever mind, I confused the meaning of the parameter. True is currently supplied and that is fine.