Whatever message this page gives is out now! Go check it out!
ORMEvictQueries(cachename) ORMEvictQueries(cachename, datasource)Parameter | Description |
cachename | Name of the cache region that you want to evict. |
datasource | Name of the data source whose cache you want to evict. If you do not specify the cache, the default query cache is evicted. |
<cfset ORMEvictQueries()><cfset ORMEvictQueries("availableArtsCache")>