سؤال

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?

لا يوجد حل صحيح

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top