I used [ASIDownloadCache sharedCache] to cache my HTTP requests, and at specific condition I have to do garbage collection for the some of cached requests. I have a list of URLs to be kept in the cache and all other cached URLs (not in the list) should be cleared.I used [ASIDownloadCache sharedCache] to cache