What are different types of second level cache?



What are different types of second level cache?..

Answer / Irfan Ahmed

The two main types of second-level cache in Hibernate are: CacheConcurrencyStrategy.READ_WRITE (modifies the data in cache if it's already there) and CacheConcurrencyStrategy.READ_ONLY (uses the cached data as is).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Hibernate Interview Questions

What is the difference between save() and persist() in hibernate?

1 Answers  


What does fetchtype lazy mean?

1 Answers  


What is cascade in hibernate in which scenario we use it?

1 Answers  


How many types of association mapping are possible in hibernate?

1 Answers  


Name some important interfaces of Hibernate framework?

1 Answers  


What are the main advantages of orm like hibernate?

1 Answers  


Is a relationship in hibernate?

1 Answers  


What is bidirectional in hibernate?

1 Answers  


Explain the query object in hibernate?

1 Answers  


What are the benefits of ORM?

1 Answers  


What is difference between update and merge in hibernate?

1 Answers  


What is meant by annotation in hibernate?

1 Answers  


Categories