Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/omkarcloud/botasaurus
/ enable_cache
Method
enable_cache
botasaurus_server/botasaurus_server/server.py:336–337 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
334
return
self.rate_limit
335
336
def
enable_cache(self):
337
self.cache = True
338
339
def
get_scraper(self, scraper_name):
340
return
self.scrapers.get(scraper_name)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected