Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axe-api/axe-api
/ get
Method
get
packages/axe-api/src/Interfaces.ts:535–535 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
533
534
export
interface
ICacheAdaptor {
535
get(key: string): Promise<string | null>;
536
537
set(key: string, value: string, ttl: number): Promise<void>;
538
Callers
15
listen
Method · 0.65
checkRateLimit
Function · 0.65
get
Method · 0.65
get
Method · 0.65
GetCachePhase.ts
File · 0.65
PreparePhase.ts
File · 0.65
PreparePhase.ts
File · 0.65
PreparePhase.ts
File · 0.65
PreparePhase.ts
File · 0.65
build
Method · 0.65
generateDocumentation
Function · 0.65
SwaggerBuilder.ts
File · 0.65
Implementers
2
MemoryAdaptor
packages/axe-api/src/Middlewares/RateL
RedisAdaptor
packages/axe-api/src/Middlewares/RateL
Calls
no outgoing calls
Tested by
no test coverage detected