| 程序包 | 说明 |
|---|---|
| com.ajaxjs.util.cache |
| 限定符和类型 | 类和说明 |
|---|---|
class |
MemoryCache<K,V>
基于内存管理cache
|
| 限定符和类型 | 方法和说明 |
|---|---|
<K,V> Cache<K,V> |
MemoryCacheManager.getCache(String name) |
<K,V> Cache<K,V> |
CacheManager.getCache(String name)
根据 cache 的名称获取 cache。
|
<V> Cache<String,V> |
MemoryCacheManager.getCache(String name,
Class<V> clz) |
<V> Cache<String,V> |
CacheManager.getCache(String name,
Class<V> clz) |
Copyright © 2013–2021 AJAXJS. All rights reserved.