public class JbootCacheManager extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Map<String,JbootCache> |
cacheMap |
private static JbootCacheManager |
me |
private CachePrinter |
printer |
| 限定符 | 构造器和说明 |
|---|---|
private |
JbootCacheManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
private JbootCache |
buildCache(JbootCacheConfig config) |
JbootCache |
getCache() |
JbootCache |
getCache(String name) |
CachePrinter |
getPrinter() |
static JbootCacheManager |
me() |
void |
setPrinter(CachePrinter printer) |
private static JbootCacheManager me
private Map<String,JbootCache> cacheMap
private CachePrinter printer
private JbootCacheManager()
public static JbootCacheManager me()
public JbootCache getCache()
public JbootCache getCache(String name)
private JbootCache buildCache(JbootCacheConfig config)
public CachePrinter getPrinter()
public void setPrinter(CachePrinter printer)
Copyright © 2024. All rights reserved.