Package org.elasticsearch.common.cache
Class RemovalNotification<K,V>
java.lang.Object
org.elasticsearch.common.cache.RemovalNotification<K,V>
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionRemovalNotification(K key, V value, RemovalNotification.RemovalReason removalReason)
-
Method Summary
-
Constructor Details
-
RemovalNotification
-
-
Method Details
-
getKey
-
getValue
-
getRemovalReason
-