Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/long2ice/fastapi-cache
/ get_expire
Method
get_expire
fastapi_cache/__init__.py:73–74 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
71
72
@classmethod
73
def
get_expire(cls) -> Optional[int]:
74
return
cls._expire
75
76
@classmethod
77
def
get_coder(cls) -> Type[Coder]:
Callers
1
inner
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected