mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 07:56:52 +08:00
refactor: reorganize backend module boundaries
This commit is contained in:
+2
-2
@@ -1,12 +1,12 @@
|
||||
"""插件可用的缓存契约、适配器工厂和装饰器。"""
|
||||
|
||||
from app.infrastructure.cache import (
|
||||
from app.adapters.cache.backends import (
|
||||
AsyncFileBackend,
|
||||
AsyncRedisBackend,
|
||||
FileBackend,
|
||||
RedisBackend,
|
||||
)
|
||||
from app.platform.cache import (
|
||||
from app.runtime.cache import (
|
||||
AsyncCache,
|
||||
AsyncCacheBackend,
|
||||
AsyncFileCache,
|
||||
|
||||
Reference in New Issue
Block a user