Uses of Interface
cn.sliew.milky.cache.CacheWriter
-
Packages that use CacheWriter Package Description cn.sliew.milky.cache -
-
Uses of CacheWriter in cn.sliew.milky.cache
Methods in cn.sliew.milky.cache that return CacheWriter Modifier and Type Method Description CacheWriter<K,V>CacheOptions. getWriter()Methods in cn.sliew.milky.cache with parameters of type CacheWriter Modifier and Type Method Description CacheOptions<K,V>CacheOptions. writer(CacheWriter<K,V> writer)SetsCacheWriterobject.
-