Custom Eviction Policy
647272Oct 17 2008 — edited Oct 17 2008Hello,
I am storing a few Maps into Coherence - each map might have a few hundred entries. The problem i have at this point is with the eviction policies. If i set the high units on the front map of a near cache to be 100 - it never works. It sees 1 entry per map.
I created a custom eviction policy where it will remove items from my map when the size of the map reaches the high units of that particular near cache. The problem is that this item is no longer present in the front or back map.
Is there a way to create a custom eviction policy where i can evict entries out of the front map but not the back map?
Thanks