Uses of Class
cn.sliew.milky.common.cache.local.RemovalNotification.RemovalReason
-
Packages that use RemovalNotification.RemovalReason Package Description cn.sliew.milky.common.cache.local -
-
Uses of RemovalNotification.RemovalReason in cn.sliew.milky.common.cache.local
Methods in cn.sliew.milky.common.cache.local that return RemovalNotification.RemovalReason Modifier and Type Method Description RemovalNotification.RemovalReasonRemovalNotification. getRemovalReason()static RemovalNotification.RemovalReasonRemovalNotification.RemovalReason. valueOf(String name)Returns the enum constant of this type with the specified name.static RemovalNotification.RemovalReason[]RemovalNotification.RemovalReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in cn.sliew.milky.common.cache.local with parameters of type RemovalNotification.RemovalReason Constructor Description RemovalNotification(K key, V value, RemovalNotification.RemovalReason removalReason)
-