private final class TinyLfuBlockCache.EvictionListener extends Object implements com.github.benmanes.caffeine.cache.RemovalListener<BlockCacheKey,Cacheable>
| Modifier | Constructor and Description |
|---|---|
private |
EvictionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRemoval(BlockCacheKey key,
Cacheable value,
com.github.benmanes.caffeine.cache.RemovalCause cause) |
private EvictionListener()
public void onRemoval(BlockCacheKey key, Cacheable value, com.github.benmanes.caffeine.cache.RemovalCause cause)
onRemoval in interface com.github.benmanes.caffeine.cache.RemovalListener<BlockCacheKey,Cacheable>Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.