mirror of
https://github.com/long2ice/fastapi-cache.git
synced 2026-03-24 20:47:54 +00:00
ci: fix
This commit is contained in:
@@ -93,6 +93,7 @@ def cache(
|
||||
) -> Callable[[Callable[P, Awaitable[R]]], Callable[P, Awaitable[Union[R, Response]]]]:
|
||||
"""
|
||||
cache all function
|
||||
:param injected_dependency_namespace:
|
||||
:param namespace:
|
||||
:param expire:
|
||||
:param coder:
|
||||
|
||||
Reference in New Issue
Block a user