removeCachedResponses(since:)
Clears the given cache of any cached responses since the provided date.
Declaration
func removeCachedResponses(since date: Date)Parameters
- date:
The earliest date of responses that should remain in the cache. Any responses with dates later than this parameter should be removed.