Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/long2ice/fastapi-cache
/ get_key_builder
Method
get_key_builder
fastapi_cache/__init__.py:82–84 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
80
81
@classmethod
82
def
get_key_builder(cls) -> KeyBuilder:
83
assert cls._key_builder,
"You must call init first!"
# noqa: S101
84
return
cls._key_builder
85
86
@classmethod
87
def
get_cache_status_header(cls) -> str:
Callers
1
inner
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected