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]) → returns void

Argument Reference

cacheName string

No Help Available

Examples
Sample code invoking the ormEvictQueries function

This will remove any cached queries from the default cache and cause the query to run again

ormEvictQueries();

Fork me on GitHub