Question

Reading JBossCache documentation, there are different policies for eviction

JBoss Cache also ships with RemoveOnEvictActionPolicy, which calls Cache.removeNode() for each node that needs to be evicted, instead of Cache.evict().

I've checked the documentation and API but can't figure out the difference between the two.

Does anyone know such a difference?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top