We have an application which loads objects from the database using Hibernate. Can we now use PojoCache to store these objects (not as 2nd level cache), are there any conflict issues with using Hibernaate & PojoCache together?
Thanks in advance.
I think it's doable but given the existing 2nd level cache layer which has been tried and tested, I'd used that rather than having to build your own cache around Hibernate.