mkdir700
mkdir700
Regarding compatibility, I have a question about whether some class methods in `FastAPICache`, such as `init` and `get_backend`, need to be backward compatible.
The `@cache` decorator will use a default global instance of `FastAPICache`, which is temporarily named as `default_cacher`. When calling class methods such as `FastAPICache.get_backend`, `FastAPICache.get_coder`, and `FastAPICache.get_key_builder`, it actually accesses...
> I got it. Are you currently implementing this feature? I can try to submit a PR for it.
@long2ice It seems that this issue has already been resolved in the latest main branch, so when are we planning to release version 0.2.2?
Awesome, guy.
> What's the status of this issue, and could I request an english version? I'm very sorry, I have now updated this issue in English.
Yes, we can consider whether to implement it after version V1.0.0
Yes, I have also reproduced this issue. I found the code that captures storage engine connection exceptions and logs them, but it didn't output to the console because `logging.NullHandler` was...
I have tested it locally and did not find any similar issues.
@long2ice Workflow needs to be modified to support running CI on Python 3.12