menu
pivox package
documentation
features/web_scraping/robots_txt_handler.dart
RobotsTxtHandler
clearCache method
clearCache method
dark_mode
light_mode
clearCache
method
void
clearCache
(
)
Clears the cached rules
Implementation
void clearCache() { _cachedRules.clear(); }
pivox package
documentation
features/web_scraping/robots_txt_handler
RobotsTxtHandler
clearCache method
RobotsTxtHandler class