CacheGetAllIds()
this function return an array containing all keys inside the cache.
CacheGetAllIds( filter=string, cacheName=string );
Returns: Array
| Argument | Description |
|---|---|
|
filter
string,
optional
|
edit
key filter for the elements, the filter follow the same rules as for cfdirectory-filter. |
|
cacheName
string,
optional
|
edit
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
editThere are currently no examples for this function.
See also
- Cache
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)