Package cn.sliew.milky.cache
-
Interface Summary Interface Description Cache<K,V> todo 异步功能支持CacheFactory CacheLoader<K,V> CacheWriter<K,V> Cache writer used for write-through operations. -
Class Summary Class Description AbstractCacheFactory<C extends Cache> CacheOptions<K,V> -
Enum Summary Enum Description CacheOptions.WriteMode 缓存的四种模式:stand by,read through,write through,write behind。