mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 00:16:57 +08:00
refactor: reorganize startup persistence boundaries
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from app.adapters.cache.backends import configure_platform_cache
|
||||
|
||||
|
||||
def configure_cache_dependencies() -> None:
|
||||
"""在导入使用缓存装饰器的业务模块前注册具体缓存适配器。"""
|
||||
configure_platform_cache()
|
||||
Reference in New Issue
Block a user