Tags · Functions · Objects
Lucee Function Reference
Choose a function:

Function CACHEGETMETADATA

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

Example

cachegetmetadata(string id,[string cacheName]):struct

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
id string  Yes name of the element you need metadat for  
cacheName string  No definition of the cache used by name, when not set the "default Object Cache" defined in Lucee Administrator is used instead.