Lucee Function Reference
Function CACHEGETDEFAULTCACHENAME
return the default cache name for a specific type
Example
cachegetdefaultcachename(string type):string
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
type | string | Yes | cache type, valid values are [object,resource,template,query] |