[add] Set cache for the distribution of interest tags
This commit is contained in:
3
api/app/cache/__init__.py
vendored
3
api/app/cache/__init__.py
vendored
@@ -3,9 +3,10 @@ Cache 缓存模块
|
||||
|
||||
提供各种缓存功能的统一入口
|
||||
"""
|
||||
from .memory import EmotionMemoryCache, ImplicitMemoryCache
|
||||
from .memory import EmotionMemoryCache, ImplicitMemoryCache, InterestMemoryCache
|
||||
|
||||
__all__ = [
|
||||
"EmotionMemoryCache",
|
||||
"ImplicitMemoryCache",
|
||||
"InterestMemoryCache",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user