This website requires JavaScript.
Explore
Help
Sign In
Public
/
fastapi-cache
Watch
1
Star
0
Fork
0
You've already forked fastapi-cache
mirror of
https://github.com/long2ice/fastapi-cache.git
synced
2026-03-27 05:57:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4d67e0c4647be12a94421cf898192f3b004d63a6
fastapi-cache
/
fastapi_cache
History
long2ice
4d67e0c464
Merge pull request
#124
from mjpieters/type_refinement
...
key_builder type; args and kwargs are always given
2023-05-09 18:16:37 +08:00
..
backends
The backend needs an async redis client with a pipeline method
2023-04-27 16:33:43 +01:00
__init__.py
Explicitly list what names are exported
2023-04-28 14:40:31 +01:00
coder.py
Decode cache data to the correct endpoint type
2023-05-08 16:55:05 +01:00
decorator.py
Inject dependencies using a namespace
2023-05-09 11:09:29 +01:00
key_builder.py
Use complete type hints with all generic parameters filled
2023-04-27 16:31:42 +01:00
py.typed
Added py.typed
2022-10-25 08:50:56 +07:00
types.py
key_builder type; args and kwargs are always given
2023-04-28 16:50:30 +01:00