Uses of Class
com.github.benmanes.caffeine.cache.DisabledFuture
-
Packages that use DisabledFuture Package Description com.github.benmanes.caffeine.cache This package contains caching utilities. -
-
Uses of DisabledFuture in com.github.benmanes.caffeine.cache
Methods in com.github.benmanes.caffeine.cache that return DisabledFuture Modifier and Type Method Description static DisabledFuture
DisabledFuture. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DisabledFuture[]
DisabledFuture. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-