CFDocs
Tags
All Tags
Database Tags
Network Protocol Tags
System Tags
UI Tags
Functions
All Functions
Array Functions
Cache Functions
Collection Functions
Conversion Functions
Date and Time Functions
Decision Functions
Filesystem Functions
Formatting Functions
Image Manipulation Functions
List Functions
Math Functions
ORM Functions
Query Manipulation Functions
Security Functions
Spreadsheet Manipulation Functions
String Functions
Structure Functions
Guides
Application.cfc
Adobe ColdFusion only
Application.cfc
Authentication Guide
Built in ColdFusion Functions as First Class Citizens
CFScript Syntax Guide
CFSqlType Cheatsheet
CGI Scope
ColdFusion Closures
ColdFusion Java System Properties
ColdFusion Member Functions
ColdFusion Security Guide
ColdFusion Versions
Date Time Cheatsheet
Deprecated
Discouraged
Elvis Operator
Encryption Guide
Error handling
For Loops in CFML / CFScript
Java Integration Guide
Lucee only
New operator
Obfuscation Guide
Operators in CFML
ORM Settings Struct
Scopes
Server Scope
Session Management Guide
Strings
TestBox Quick Reference
Variables Scope
Recently Viewed
Contribute
How to
Add an Example
More...
Go
cfobjectcache
Flushes the query cache.
<cfobjectcache action="clear">
cfobjectcache(action="clear");
CFDocs
Tags
All CFML Tags
cfobjectcache
CF
Lucee
BD
0
Issue
Edit
See Also:
cfobject
Attribute Reference
action
string
Required
Default:
clear
clear: Clears queries from the cache in the Application
scope
Values:
clear
Examples
Add An Example
Sample code using the cfobjectcache tag
×
Add an Example for: cfobjectcache
Use this form to create the Serialized JSON string needed to add an example into the docs.
No - Do not show Run Code Button
Yes - Show Run Code Button
Copy the generated code below
Click Here to edit doc for: cfobjectcache
Update doc by adding the example in the examples section
Scroll to the bottom and click "Propose Change"
Fork me on GitHub