java.lang.Object | |
↳ | com.facebook.imagepipeline.cache.BitmapMemoryCacheKey |
Cache key for BitmapMemoryCache
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BitmapMemoryCacheKey(String sourceString, ResizeOptions resizeOptions, RotationOptions rotationOptions, ImageDecodeOptions imageDecodeOptions, CacheKey postprocessorCacheKey, String postprocessorName, Object callerContext) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
containsUri(Uri uri)
Returns true if this key was constructed from this Uri.
| ||||||||||
boolean | equals(Object o) | ||||||||||
Object | getCallerContext() | ||||||||||
long | getInBitmapCacheSince() | ||||||||||
String | getPostprocessorName() | ||||||||||
String |
getUriString()
Returns a string representation of the URI at the heart of the cache key.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns true if this key was constructed from this Uri. Used for cases like deleting all keys for a given uri.
Returns a string representation of the URI at the heart of the cache key. In cases of multiple keys being contained, the first is returned.