This commit is contained in:
ATTomatoo 2025-07-05 23:30:09 +08:00
parent 994d6ff271
commit 6399136b5a

View File

@ -587,7 +587,7 @@ class CacheManager:
func=func,
expire=expire,
lazy_load=lazy_load,
_cache=self._cache,
_cache=self.cache,
)
return func