Uses of Class
cn.sliew.milky.cache.CacheOptions.WriteMode
-
Packages that use CacheOptions.WriteMode Package Description cn.sliew.milky.cache -
-
Uses of CacheOptions.WriteMode in cn.sliew.milky.cache
Methods in cn.sliew.milky.cache that return CacheOptions.WriteMode Modifier and Type Method Description CacheOptions.WriteModeCacheOptions. getWriteMode()static CacheOptions.WriteModeCacheOptions.WriteMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheOptions.WriteMode[]CacheOptions.WriteMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cn.sliew.milky.cache with parameters of type CacheOptions.WriteMode Modifier and Type Method Description CacheOptions<K,V>CacheOptions. writeMode(CacheOptions.WriteMode writeMode)Sets write mode.
-