Closed curioustechizen closed 11 years ago
containsInDiskCache() method is not transforming the URL to make it compatible with DiskLruCache. This causes exceptions if one tries to lookup contains(url) with disk cache enabled.
containsInDiskCache()
DiskLruCache
contains(url)
containsInDiskCache()
method is not transforming the URL to make it compatible withDiskLruCache
. This causes exceptions if one tries to lookupcontains(url)
with disk cache enabled.