| 类 | 说明 |
|---|---|
| CaffeineCache |
使用Caffeine
|
| DefaultBeetlCache |
本地的一个实现,采用ConcurrentHashMap
|
| DefaultBeetlCacheFactory |
存储Program的缓存,默认是采用
DefaultBeetlCache,可以通过设置 IBeetlCache 属性来设置新的缓存对象 |
| LRUBeetlCache |
缓存保留最常使用的模板
|
| NoCache |
无缓存,适用于过多的模板,比如在线体验
|
Copyright © 2022. All rights reserved.