Lucee Function Reference
Function CACHEGETALLIDS
this function return a array containing all keys inside the cache.
Example
cachegetallids([string filter,[string cacheName]]):array
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
filter | string | No | key filter for the elements, the filter follow the same rules as for cfdirectory-filter. |
cacheName | string | No | definition of the cache used by name, when not set the "default Object Cache" defined in Lucee Administrator is used instead. |