Hi all, I am using EhCache 1.2 with Hibernate 3.1.
When an Object is persisted, the Object is also getting added to the Second Level Cache. Can any one tell how it is internally working?
Why I am asking this is, after adding an Object to the Second Level Cache, I wants to Index that Object. I'm thinking using the CacheEventListener's, we can get the Object which is added to the cache. But I am not getting the Object which I added to the Cache.
Can any one helps me, how can I achieve this. I am working for this for the last couple days.
Any help is appreciated.
==================================================================================================================
Regards,
Suresh Setty
|