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 types with arguments of type CacheXMethod 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 TypeClassDescriptionclassGuavaCache<K,V> Guava 缓存支持classMemcachedCache<K,V> Memcached 缓存支持classMemoryCache<K,V> 内存缓存支持classNoOpCache<K,V> 无缓存实现,用于快速关闭缓存classRedisCache<K,V> Redis 单机缓存支持classRedisClusterCache<K,V> Redis 集群缓存支持