CacheGetMetadata()
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
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)