chrisbanes / Android-BitmapCache

Android-BitmapCache is a specialised cache, for use with Android Bitmap objects.
834 stars 224 forks source link

The containsInDiskCache method does not transform the URL #9

Closed curioustechizen closed 11 years ago

curioustechizen commented 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.