Skip to main content

Module cache

Module cache 

Source
Expand description

部门树缓存 — DeptTreeCache

使用 DashMap 分片锁实现高并发读,TTL 过期自动刷新。 递归展开算法维护 HashSet 检测循环引用。

Structs§

DeptTreeCache
部门树缓存

Traits§

DeptTreeProvider
部门树数据源 trait