ORMEvictQueries()
This will remove all the queries from the named query cache.
If name is not specified, all queries from default cache will be removed. ormEvictQueries([cacheName])
	ORMEvictQueries( cacheName=String, datasource=string );
	
	Returns: void
| Argument | Description | 
|---|---|
| 
									cacheName
								String,
									
										optional | edit Name of the cache region that you want to evict Alias: cache, region | 
| 
									datasource
								string,
									
										optional | edit datasource used for the session, if nor defined the datasource defined in application.cfc/cfapplication is used. | 
Examples
editThere are currently no examples for this function.
See also
- ORM
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)
