程序包 com.alibaba.nacos.common.cache.decorators
package com.alibaba.nacos.common.cache.decorators
-
类类说明AutoExpireCache<K,
V> A wrapper that automatically expires the cache.LruCache<K,V> A wrapper that lru cache.SynchronizedCache<K,V> A wrapper that thread-safe cache.