Description
Enhance the EvictionCallback#evicted() method with a new argument: cause. It may be a Guava com.google.common.cache.RemovalCause, even though the COLLECTED and EXPIRED won't be used, as LIRS cache doesn't support weak values and TTL yet.
Enhance the EvictionCallback#evicted() method with a new argument: cause. It may be a Guava com.google.common.cache.RemovalCause, even though the COLLECTED and EXPIRED won't be used, as LIRS cache doesn't support weak values and TTL yet.