Joined: Wed Apr 09, 2008 2:32 pm Posts: 1 Location: West Chester, PA
|
Hi,
My project uses Hibernate and Coherence as L2 Cache. I happen to view through a forum for implementing the ExternalizableLite interface by CacheEntry class in hibernate.jar. I learnt that CacheEntry is an Cached Instance of an Entity. My question is, whether my Entity objects need to implement ExternalizableLite to unleash the Performance or is it fine if we do at CacheEntry level as it is the Cached Instance of Entities. Please provide your inputs
Thanks in Advance
Karthik
|
|