接口的使用
com.alibaba.nacos.common.cache.Cache
使用Cache的程序包
程序包
说明
-
com.alibaba.nacos.common.cache.builder中Cache的使用
-
com.alibaba.nacos.common.cache.decorators中Cache的使用
修饰符和类型类说明classAutoExpireCache<K,V> A wrapper that automatically expires the cache.classLruCache<K,V> A wrapper that lru cache.classSynchronizedCache<K,V> A wrapper that thread-safe cache. -
com.alibaba.nacos.common.cache.impl中Cache的使用