Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/promptfoo/promptfoo
/ isCacheEnabled
Function
isCacheEnabled
src/cache.ts:898–900 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
896
* ```
897
*/
898
export
function
isCacheEnabled() {
899
return
getEffectiveCacheEnabled();
900
}
Callers
15
cache.test.ts
File · 0.90
claude-agent-sdk.test.ts
File · 0.90
callApi
Method · 0.90
callApiInternal
Method · 0.90
callApi
Method · 0.90
executeGolangScript
Method · 0.90
callApi
Method · 0.90
callEmbeddingApi
Method · 0.90
callApiInternal
Method · 0.90
callEmbeddingApi
Method · 0.90
callApi
Method · 0.90
callApiInternal
Method · 0.90
Calls
1
getEffectiveCacheEnabled
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…