CacheGetMetadata()

edit

returns a structure with some Metadata regarding the cache elements (keys returned depends on the Cache type used).

CacheGetMetadata( id=string, cacheName=string );

Returns: Struct

Argument Description
id
string, required
edit

name of the element you need metadata for

Alias: name, key

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