Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/freshframework/fresh
/ flush
Method
flush
packages/fresh/src/dev/dev_build_cache.ts:58–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
hash: string | null,
57
): Promise<void>;
58
flush(): Promise<void>;
59
prepare(): Promise<void>;
60
}
61
Callers
2
#build
Method · 0.65
dev_build_cache_test.ts
File · 0.65
Implementers
2
MemoryBuildCache
packages/fresh/src/dev/dev_build_cache
DiskBuildCache
packages/fresh/src/dev/dev_build_cache
Calls
no outgoing calls
Tested by
no test coverage detected