
Caching is a mechanism to enhance the performance of the system. It’s a buffer memory that lies between app & DB. Cache memory stores the recently used data items in order to reduce the number of DB hits as much as possible. First Level Cache : First level cache is associated with session.The scope of