CacheCount()
Returns the amount (integer) of keys stored in the cache.
CacheCount( cacheName=string );
Returns: Number
Argument | Description |
---|---|
cacheName
string,
optional
|
definition of the cache used by name, when not set the "default Object Cache" defined in Lucee Administrator is used instead. Alias: cache, region |
Examples
There are currently no examples for this function.
See also
- Cache
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)