MCPcopy Create free account
hub / github.com/axe-api/axe-api / getCacheConfiguration

Method getCacheConfiguration

packages/axe-api/src/Interfaces.ts:220–220  ·  view source on GitHub ↗
(handler: HandlerTypes)

Source from the content-addressed store, hash-verified

218 setSerialization(callback: SerializationFunction): void;
219 setCacheConfiguration(handler: string, cache: ICacheConfiguration): void;
220 getCacheConfiguration(handler: HandlerTypes): ICacheConfiguration | null;
221 setAsRecursive(): void;
222}
223

Callers 8

GetCachePhase.tsFile · 0.65
ResultPhase.tsFile · 0.65
ResultPhase.tsFile · 0.65
ResultPhase.tsFile · 0.65
getRelatedDataFunction · 0.65
toCacheKeyFunction · 0.65
putCacheFunction · 0.65

Implementers 1

ModelServicepackages/axe-api/src/Services/ModelSer

Calls

no outgoing calls

Tested by

no test coverage detected