fix cache_clear

This commit is contained in:
jxxghp
2025-09-02 08:35:48 +08:00
parent 816c64bd48
commit ff7fb14087
3 changed files with 13 additions and 7 deletions

View File

@@ -105,7 +105,7 @@ class ChainBase(metaclass=ABCMeta):
"""
异步删除缓存同时删除Redis和本地缓存
"""
pass
await self.async_filecache.delete(filename)
@staticmethod
def __is_valid_empty(ret):