Discussion :: Hibernate-CSE
- Which of the following is true about query level cache in hibernate?
A.
Query level cache is an optional feature
|
B.
Query level cache requires two additional physical cache regions that hold the cached query results and the timestamps when a table was last updated
|
C.
Query level cache is only useful for queries that are run frequently with the same parameters
|
D.
All of the above
|
Answer : Option D
Explanation :
Be The First To Comment