Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/formbricks/formbricks
/ resetCacheFactory
Function
resetCacheFactory
packages/cache/src/client.ts:122–126 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
export
function
resetCacheFactory(): void {
123
singleton = null;
124
globalForCache.formbricksCache = undefined;
125
globalForCache.formbricksCacheInitializing = undefined;
126
}
Callers
2
client.test.ts
File · 0.90
createRedisClientFromEnv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected