MCPcopy Create free account
hub / github.com/code100x/cms / get

Method get

src/lib/cache/cache.ts:9–9  ·  view source on GitHub ↗
(type: string, args: string[])

Source from the content-addressed store, hash-verified

7 ): Promise<void>;
8
9 get(type: string, args: string[]): Promise<any>;
10
11 evict(type: string, args: string[]): Promise<null>;
12}

Callers 15

withMobileAuthFunction · 0.65
refreshDbInternalFunction · 0.65
constructorMethod · 0.65
VideoPlayerFunction · 0.65
onSubmitFunction · 0.65
addTagFunction · 0.65
GitHubLinkButtonFunction · 0.65
handleFormSubmitFunction · 0.65
ContentRendererClientFunction · 0.65
getPurchasesFunction · 0.65
rateLimitFunction · 0.65
getMethod · 0.65

Implementers 3

InMemoryCachesrc/lib/cache/in-memory-cache.ts
RedisCachesrc/lib/cache/redis-cache.ts
Cachesrc/db/Cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected