CacheGetAllIds()

edit

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

edit

There are currently no examples for this function.

See also