程序包 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.
| 类 | 说明 |
|---|---|
| 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.
|