Lucee Function Reference

Function CACHEGETPROPERTIES

Gets the cache properties for the object cache, the page cache, or both. The information is application-specific.

Example

cachegetproperties([string type]):array

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
type string  No define which cache instances information are returned
  • "" or not set - information to all default caches (object,template,resource,query)
  • "object" - information to "Default Object" Cache
  • "template" - information to "Default Template" Cache
  • "query" - information to "Default Query" Cache
  • "resource" - information to "Default Resource" Cache
  • {cache name} - information to a specific cache