Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Ignore Cache on Query

Hello,

How can I tell EL to ignore the cache when executing a query, so there's no flush done before
executing the query?
Is this done by query.addHint(QueryHints.CACHE_USAGE, CacheUsage.DoNotCheckCache) ?

- michael


Back to the top