| 程序包 | 说明 |
|---|---|
| com.sprite.utils.cache |
| 限定符和类型 | 类和说明 |
|---|---|
class |
UtilCache<V>
内存缓存
线程安全的
|
class |
UtilSoftCache<V>
内存缓存,一种软缓存,内存吃紧时,会自动释放内存
线程安全的
|
| 限定符和类型 | 方法和说明 |
|---|---|
<V> Cache<V> |
UtilCacheManager.makeCache(String cacheName) |
<V> Cache<V> |
CacheManager.makeCache(String cacheName) |
Copyright © 2019. All rights reserved.