Home / CSE MCQs / Hibernate-CSE :: Discussion

Discussion :: Hibernate-CSE

  1. Which of the following is true about query level cache in hibernate?
  2. 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

    View Answer

    Workspace

    Answer : Option D

    Explanation :



Be The First To Comment