wincache_ucache_info()
wincache_ucache_info - Retrieves information about data stored in the user cache
Syntax
array wincache_ucache_info (
bool $summaryonly,
string $key)
Arguments
- summaryonly - Controls whether the returned array will contain information about individual cache entries along with the user cache summary.
- key - The key of an entry in the user cache. If specified then the returned array will contain information only about that cache entry. If not specified and summaryonly is set to falsethen the returned array will contain information about all entries in the cache.
Description
Retrieves information about data stored in the user cache.
Version
PHP PECL wincache >= 1.1.0
Return value
Array of meta data about user cache or FALSE on failure