MCPcopy 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
534export interface ICacheAdaptor {
535 get(key: string): Promise<string | null>;
536
537 set(key: string, value: string, ttl: number): Promise<void>;
538

Callers 15

listenMethod · 0.65
checkRateLimitFunction · 0.65
getMethod · 0.65
getMethod · 0.65
GetCachePhase.tsFile · 0.65
PreparePhase.tsFile · 0.65
PreparePhase.tsFile · 0.65
PreparePhase.tsFile · 0.65
PreparePhase.tsFile · 0.65
buildMethod · 0.65
generateDocumentationFunction · 0.65
SwaggerBuilder.tsFile · 0.65

Implementers 2

MemoryAdaptorpackages/axe-api/src/Middlewares/RateL
RedisAdaptorpackages/axe-api/src/Middlewares/RateL

Calls

no outgoing calls

Tested by

no test coverage detected