Uses of Interface
org.miaixz.bus.cache.CacheX
Packages that use CacheX
-
Uses of CacheX in org.miaixz.bus.cache
Methods in org.miaixz.bus.cache that return CacheXMethods in org.miaixz.bus.cache that return types with arguments of type CacheXMethod parameters in org.miaixz.bus.cache with type arguments of type CacheXModifier and TypeMethodDescriptionstatic Context创建默认配置的Context实例voidManage.setCachePool(Map<String, CacheX> caches) 设置缓存池void设置缓存接口实现映射Constructor parameters in org.miaixz.bus.cache with type arguments of type CacheX -
Uses of CacheX in org.miaixz.bus.cache.metric
Classes in org.miaixz.bus.cache.metric that implement CacheXModifier and TypeClassDescriptionclassCaffeineCache<K,V> Caffeine 缓存支持classGuavaCache<K,V> Guava 缓存支持classMemcachedCache<K,V> Memcached 缓存支持classMemoryCache<K,V> 内存缓存支持classNoOpCache<K,V> 无缓存实现,用于快速关闭缓存classRedisCache<K,V> Redis 单机缓存支持classRedisClusterCache<K,V> Redis 集群缓存支持