Railo 4.2 Reference
Choose a tag:

Tag <CFOBJECTCACHE>

Flushes the query cache or returns the current size.

Body

This tag can't have a body.

Example

	<cfobjectcache
		[action="string"]
		[filter="object"]
		[filterignorecase="string"]
		[result="string"]>
	
This tag is also supported within cfscript
	<cfscript>
		objectcache
		[action="string"]
		[filter="object"]
		[filterignorecase="string"]
		[result="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