Files
netdisk-fast-download/core
yukaidi be1ed3d46d fix(memory): ReflectionUtil 添加 SoftReference + TTL 缓存清理
原代码使用永久缓存 Reflections 实例,占用大量内存且不释放。

改为:
- 使用 SoftReference 允许 GC 在内存不足时回收
- 添加 1 小时 TTL 防止长期占用
- 每次获取时自动清理过期条目
2026-05-29 00:32:02 +08:00
..
2023-04-20 17:42:39 +08:00

TODO

  • Interceptor重构 -> (0%)
  • 可配置的反向代理服务器 -> (70%)
  • SQL-gen/ORM/JSON-Model -> (1%)
  • 注解式APO -> (0%)
  • 注解式eventbus,sockjs-bridge -> (10%)
  • Code-gen TemplateEngine -> (1%)
  • HTML TemplateEngine -> (0%)