Lucee Tag Reference
Tag <CFOBJECTCACHE>
Flushes a object cache or returns the current size.
Body
This tag can't have a body.
Example
<cfobjectcache [action="string"] [filter="object"] [filterignorecase="string"] [result="string"] [type="string"]>
This tag is also supported within cfscript
<cfscript> objectcache [action="string"] [filter="object"] [filterignorecase="string"] [result="string"] [type="string"]; </cfscript>
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
Name | Type | Required | Description |
---|---|---|---|
action | string | No | |
filter | any | No | filter for the elements to delete |
filterignorecase | string | No | filter for the elements to delete |
result | string | No | name for variables for action size |
type | string | No | cache type to manipulate, query is the default type |