<cfobjectcache>
Flushes an object cache or returns the current size.
This tag cannot have a body.
This tag is also supported within <cfscript>
<cfobjectcache
action=clear|size
type=function|include|object|query|resource|template
filter=object
filterignorecase=string
result=string
>
Examples
Syntax
<cfobjectcache action="size" type="query" result="queryAppCache"/>
See also
- Cache
- Objects
- Server
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)