java.lang.Object |
↳ |
com.facebook.imagepipeline.cache.BitmapMemoryCacheKey |
Class Overview
Cache key for BitmapMemoryCache
Summary
Public Constructors |
|
BitmapMemoryCacheKey(String sourceString, ResizeOptions resizeOptions, RotationOptions rotationOptions, ImageDecodeOptions imageDecodeOptions, CacheKey postprocessorCacheKey, String postprocessorName, Object callerContext)
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
com.facebook.cache.common.CacheKey
abstract
boolean
|
containsUri(Uri uri)
Returns true if this key was constructed from this Uri.
|
abstract
boolean
|
equals(Object o)
This method must be implemented, otherwise the cache keys will be be compared by reference.
|
abstract
int
|
hashCode()
This method must be implemented with accordance to the equals(Object) method.
|
abstract
String
|
toString()
This is useful for instrumentation and debugging purposes.
|
|
Public Constructors
public
BitmapMemoryCacheKey
(String sourceString, ResizeOptions resizeOptions, RotationOptions rotationOptions, ImageDecodeOptions imageDecodeOptions, CacheKey postprocessorCacheKey, String postprocessorName, Object callerContext)
Public Methods
public
boolean
containsUri
(Uri uri)
Returns true if this key was constructed from this Uri.
Used for cases like deleting all keys for a given uri.
public
boolean
equals
(Object o)
public
Object
getCallerContext
()
public
long
getInBitmapCacheSince
()
public
String
getPostprocessorName
()
public
String
getSourceUriString
()
public
String
toString
()