evermeer / EVURLCache

a NSURLCache subclass for handling all web requests that use NSURLRequest
Other
297 stars 49 forks source link

added ignoring logic for requests #66

Closed schmidt9 closed 5 years ago

schmidt9 commented 5 years ago

Fixes #65

schmidt9 commented 5 years ago

Usage example: [EVURLCache setIgnoredMasks:@[@"maps\\.googleapis\\.com\\/maps\\/api\\/place"]];

evermeer commented 5 years ago

Thanks, You have created a very nice implementation for this.