mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:支持后台扩展类
This commit is contained in:
@@ -53,6 +53,10 @@ public class CacheConfig {
|
||||
* 在线表单组件渲染数据缓存。
|
||||
*/
|
||||
ONLINE_FORM_RENDER_CACCHE(300, 100),
|
||||
/**
|
||||
* 在线表单扩展执行器对象的缓存。
|
||||
*/
|
||||
ONLINE_EXTEND_EXECUTOR_CACHE(300, 100),
|
||||
/**
|
||||
* 报表表单组件渲染数据缓存。
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user