Uses of Enum Class
com.google.common.cache.RemovalCause
Packages that use RemovalCause
-
Uses of RemovalCause in com.google.common.cache
Fields in com.google.common.cache declared as RemovalCauseMethods in com.google.common.cache that return RemovalCauseModifier and TypeMethodDescriptionRemovalNotification.getCause()Returns the cause for which the entry was removed.static RemovalCauseReturns the enum constant of this class with the specified name.static RemovalCause[]RemovalCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.cache with parameters of type RemovalCauseModifier and TypeMethodDescriptionstatic <K,V> RemovalNotification<K, V> RemovalNotification.create(K key, V value, RemovalCause cause) Creates a newRemovalNotificationfor the givenkey/valuepair, with the givencausefor the removal.(package private) voidLocalCache.Segment.enqueueNotification(K key, int hash, V value, int weight, RemovalCause cause) (package private) booleanLocalCache.Segment.removeEntry(ReferenceEntry<K, V> entry, int hash, RemovalCause cause) (package private) ReferenceEntry<K,V> LocalCache.Segment.removeValueFromChain(ReferenceEntry<K, V> first, ReferenceEntry<K, V> entry, K key, int hash, V value, LocalCache.ValueReference<K, V> valueReference, RemovalCause cause) Constructors in com.google.common.cache with parameters of type RemovalCause