| 接口 | 说明 |
|---|---|
| Counter<K,V> |
计数器
|
| 类 | 说明 |
|---|---|
| Cache | |
| GuavaCache<K,V> |
google guava 缓存, 不允许null 建 和null 值
|
| LocalCounter<K> |
自动过期内存计数器,线程安全,允许负数
|
| RedisCache |
redis 缓存计数实现
redis 允许负数
|
| SpringCache | |
| SpringCacheFactoryBean | |
| StatsCounterCache<K> | |
| XMemCache |
memcache 缓存,计数实现
memcache计数不允许负数。
|
Copyright © 2017. All Rights Reserved.