Delete comment from: Javarevisited
javin paul said...
@Anonymous, if multiple application is writing into the DB then second level cache may not be accurate. The whole idea is that any DB write will happen via hiberante, but if that is not the case and you are updating data using SQL scripts in backend, then values cached at second level cache will become stale.
Apr 23, 2017, 9:48:16 PM
Posted to Difference between First and Second Level Cache in Hibernate [Answer]

