crwlrsoft / crawler

Library for Rapid (Web) Crawler and Scraper Development
https://www.crwlr.software/packages/crawler
MIT License
312 stars 11 forks source link

New onCacheHit Loader hook #117

Closed otsch closed 11 months ago

otsch commented 11 months ago

New onCacheHit hook in the Loader class (in addition to beforeLoad, onSuccess, onError and afterLoad) that is called in the HttpLoader class when a response for a request was found in the cache.