CacheGetAll()

this function return a structure containing all elements inside the cache.

CacheGetAll( filter=string, cacheName=string );

Returns: Struct

Argument Description
filter
string, optional

key filter for the elements, the filter follow the same rules as for cfdirectory-filter.

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