| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HigherCachingTier<K,V>
HigherCachingTier
| Nested Class Summary | |
|---|---|
| static interface | HigherCachingTier.Provider | 
| Nested classes/interfaces inherited from interface org.ehcache.core.spi.cache.tiering.CachingTier | 
|---|
| CachingTier.InvalidationListener<K,V> | 
| Method Summary | |
|---|---|
|  void | silentInvalidate(K key,
                 Function<Store.ValueHolder<V>,java.lang.Void> function)Removes a mapping without firing an invalidation event, then calls the function under the same lock scope passing in the mapping or null if none was present. | 
| Methods inherited from interface org.ehcache.core.spi.cache.tiering.CachingTier | 
|---|
| clear, getOrComputeIfAbsent, invalidate, setInvalidationListener | 
| Methods inherited from interface org.ehcache.core.spi.cache.ConfigurationChangeSupport | 
|---|
| getConfigurationChangeListeners | 
| Method Detail | 
|---|
void silentInvalidate(K key,
                      Function<Store.ValueHolder<V>,java.lang.Void> function)
                      throws CacheAccessException
key - the key.function - the function to call.
CacheAccessException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||