Uses of Class
cn.sliew.milky.cache.CacheOptions
-
Packages that use CacheOptions Package Description cn.sliew.milky.cache -
-
Uses of CacheOptions in cn.sliew.milky.cache
Fields in cn.sliew.milky.cache with type parameters of type CacheOptions Modifier and Type Field Description protected Map<CacheOptions,C>AbstractCacheFactory. mapMethods in cn.sliew.milky.cache that return CacheOptions Modifier and Type Method Description static <K,V>
CacheOptions<K,V>CacheOptions. defaults()CacheOptions<K,V>CacheOptions. loader(CacheLoader<K,V> loader)SetsCacheLoaderobject.CacheOptions<K,V>CacheOptions. name(String name)Sets cachename.CacheOptions<K,V>CacheOptions. writeBehindThreads(int writeBehindThreads)Sets threads amount used in write behind mode.CacheOptions<K,V>CacheOptions. writeMode(CacheOptions.WriteMode writeMode)Sets write mode.CacheOptions<K,V>CacheOptions. writer(CacheWriter<K,V> writer)SetsCacheWriterobject.Methods in cn.sliew.milky.cache with parameters of type CacheOptions Modifier and Type Method Description CAbstractCacheFactory. getCache(CacheOptions options)<K,V>
Cache<K,V>CacheFactory. getCache(CacheOptions options)protected abstract CAbstractCacheFactory. newCache(CacheOptions options)
-