Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boringstack-xyz/boringstack
/ del
Method
del
apps/api/src/lib/cache/providers/noop.ts:30–32 ·
view source on GitHub ↗
(_key: string | string[])
Source
from the content-addressed store, hash-verified
28
}
29
30
del(_key: string | string[]): Promise<void> {
31
return
Promise.resolve();
32
}
33
34
has(_key: string): Promise<boolean> {
35
return
Promise.resolve(false);
Callers
11
reset
Method · 0.45
verifySetup
Method · 0.45
verifyTotpLogin
Method · 0.45
verifyRecoveryLogin
Method · 0.45
recordFailedAttempt
Method · 0.45
cache.service.utils.test.ts
File · 0.45
cache.service.test.ts
File · 0.45
valkey.test.ts
File · 0.45
memory.test.ts
File · 0.45
noop.test.ts
File · 0.45
jwt-revocation.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected