Uses of Enum Class
com.google.common.cache.RemovalCause
Packages that use RemovalCause
-
Uses of RemovalCause in com.google.common.cache
Methods 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.