This commit is contained in:
ATTomatoo 2025-07-05 23:34:29 +08:00
parent 6399136b5a
commit b92f6e2f67

View File

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