Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
withMobileAuth
Function · 0.65
refreshDbInternal
Function · 0.65
constructor
Method · 0.65
VideoPlayer
Function · 0.65
onSubmit
Function · 0.65
addTag
Function · 0.65
GitHubLinkButton
Function · 0.65
handleFormSubmit
Function · 0.65
ContentRendererClient
Function · 0.65
getPurchases
Function · 0.65
rateLimit
Function · 0.65
get
Method · 0.65
Implementers
3
InMemoryCache
src/lib/cache/in-memory-cache.ts
RedisCache
src/lib/cache/redis-cache.ts
Cache
src/db/Cache.ts
Calls
no outgoing calls
Tested by
no test coverage detected