Package cn.sliew.milky.cache.lettuce
Class LettuceCacheFactory
- java.lang.Object
-
- cn.sliew.milky.cache.AbstractCacheFactory<LettuceCache>
-
- cn.sliew.milky.cache.lettuce.LettuceCacheFactory
-
- All Implemented Interfaces:
CacheFactory
public class LettuceCacheFactory extends AbstractCacheFactory<LettuceCache>
-
-
Field Summary
-
Fields inherited from class cn.sliew.milky.cache.AbstractCacheFactory
map
-
-
Constructor Summary
Constructors Constructor Description LettuceCacheFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LettuceCachenewCache(CacheOptions options)-
Methods inherited from class cn.sliew.milky.cache.AbstractCacheFactory
getCache
-
-
-
-
Method Detail
-
newCache
protected LettuceCache newCache(CacheOptions options)
- Specified by:
newCachein classAbstractCacheFactory<LettuceCache>
-
-