public class BeetlRuntime extends Object
| 构造器和说明 |
|---|
BeetlRuntime() |
| 限定符和类型 | 方法和说明 |
|---|---|
static IBeetlCache |
getCache()
获取缓存实例
|
static IBeetlCache |
getCache(String className)
获取缓存实例
|
static IBeetlConfigManager |
getConfigManager()
获取Beetl的运行时配置信息
|
static IBeetlMemoryManager |
getMemoryManager()
获取Beetl的运行时内存管理器
|
public static IBeetlConfigManager getConfigManager()
public static IBeetlMemoryManager getMemoryManager()
public static IBeetlCache getCache()
public static IBeetlCache getCache(String className)
className - 全限定类名NoCache,
LRUBeetlCache,
CaffeineCacheCopyright © 2022. All rights reserved.