ORMEvictQueries
Evict all queries from the named or default cache on the named or default datasource.
Method Signature
ORMEvictQueries(cacheName=[String], datasource=[String])
Arguments
Argument
Type
Required
Description
Default
cacheName
String
false
The name of the cache region to evict. If not provided, the default query cache will be evicted.
datasource
String
false
The name of the datasource on which to evict the cache. If not provided, the default datasource will be used.
Examples
Related
Last updated
Was this helpful?