refactor: reorganize startup persistence boundaries

This commit is contained in:
jxxghp
2026-08-23 21:24:34 +08:00
parent 7f09927c47
commit e1509c4e0d
96 changed files with 1036 additions and 782 deletions
+6
View File
@@ -0,0 +1,6 @@
from app.adapters.cache.backends import configure_platform_cache
def configure_cache_dependencies() -> None:
"""在导入使用缓存装饰器的业务模块前注册具体缓存适配器。"""
configure_platform_cache()