refactor: import share_cache for future rbac cache migration

This commit is contained in:
yumoqing 2026-07-29 17:16:26 +08:00
parent f398f70142
commit 13ae4e89c8

View File

@ -5,6 +5,7 @@ from ahserver.serverenv import ServerEnv
from appPublic.Singleton import SingletonDecorator from appPublic.Singleton import SingletonDecorator
from appPublic.log import debug, error from appPublic.log import debug, error
from appPublic.jsonConfig import getConfig from appPublic.jsonConfig import getConfig
from appPublic.share_cache import cache_get, cache_invalidate
def _cache_enabled(module_name='rbac'): def _cache_enabled(module_name='rbac'):