Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ enableCache
Method
enableCache
js/botasaurus-server-js/src/server.ts:540–542 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
538
}
539
540
enableCache(): void {
541
this.cache = true;
542
}
543
544
async
createTasks({ scraperName, data, metadata }: {
545
scraperName: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected