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