Lucee Tag Reference
<cfobjectcache>
Flushes an object cache or returns the current size.
Body
This tag can't have a body.
Example
<cfobjectcache [action=clear|size] [filter=object] [filterignorecase=string] [result=string] [type=function|include|object|query|resource|template]>
This tag is also supported within cfscript
<cfscript> objectcache [action=clear|size] [filter=object] [filterignorecase=string] [result=string] [type=function|include|object|query|resource|template]; </cfscript>
Attributes
The attributes for this tag are fixed. Except for the following attributes no other attributes are allowed.
| Name | Type | Required | Default Value | Description |
|---|---|---|---|---|
| action | string | No | clear | |
| 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 | query | cache type to manipulate, query is the default type |