| 接口 | 说明 |
|---|---|
| Counter |
计数器
|
| EntryWeigher<K,V> |
Created by weibo.xwb on 2017/10/10.
|
| EvictionListener<K,V> |
Created by weibo.xwb on 2017/10/10.
|
| Weigher<V> |
A class that can determine the weight of a value.
|
| 类 | 说明 |
|---|---|
| Cache | |
| ConcurrentLinkedHashMap<K,V> |
A hash table supporting full concurrency of retrievals, adjustable expected
concurrency for updates, and a maximum capacity to bound the map by.
|
| ConcurrentLinkedHashMap.Builder<K,V> |
A builder that creates
ConcurrentLinkedHashMap instances. |
| GuavaCache |
google guava 缓存, 不允许null 建 和null 值
|
| LinkedDeque<E extends jmind.core.cache.support.Linked<E>> |
Created by weibo.xwb on 2017/10/10.
|
| LocalCounter |
自动过期内存计数器,线程安全,允许负数
|
| RedisCache |
redis 缓存计数实现
redis 允许负数
|
| SpringCache | |
| SpringCacheFactoryBean | |
| StatsCounterCache | |
| Weighers |
A common set of
Weigher and EntryWeigher implementations. |
Copyright © 2018. All Rights Reserved.