| Author |
setCacheMode(CacheMode.IGNORE)
|
nimo frey
Ranch Hand
Joined: Jun 28, 2008
Posts: 580
|
|
I want to increase the speed of my query-result...When I use this:
setCacheMode(CacheMode.IGNORE)
within a query, does it involves the First-Level-Cache?
In the API it s said:
Controls how the session interacts with the second-level cache and query cache.
Is the query cache within the first-level-cache?
When I say "CacheMode.IGNORE", does the query-result have the default Transaction-Isolation-Level?
|
 |
 |
|
|
subject: setCacheMode(CacheMode.IGNORE)
|
|
|