Lucee Function Reference
Function CACHECOUNT
Returns the amount (integer) of keys stored in the cache.
Example
cachecount([string cacheName]):number
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
cacheName | string | No | definition of the cache used by name, when not set the "default Object Cache" defined in Lucee Administrator is used instead. |