MCPcopy 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
122export function resetCacheFactory(): void {
123 singleton = null;
124 globalForCache.formbricksCache = undefined;
125 globalForCache.formbricksCacheInitializing = undefined;
126}

Callers 2

client.test.tsFile · 0.90
createRedisClientFromEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected