-
- All Implemented Interfaces:
-
com.facebook.cache.common.CacheKey
public final class BitmapMemoryCacheKey implements CacheKeyCache key for BitmapMemoryCache
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectcallerContextprivate final LonginBitmapCacheSinceprivate final StringsourceStringprivate final ResizeOptionsresizeOptionsprivate final RotationOptionsrotationOptionsprivate final ImageDecodeOptionsimageDecodeOptionsprivate final CacheKeypostprocessorCacheKeyprivate final StringpostprocessorName
-
Constructor Summary
Constructors Constructor Description BitmapMemoryCacheKey(String sourceString, ResizeOptions resizeOptions, RotationOptions rotationOptions, ImageDecodeOptions imageDecodeOptions, CacheKey postprocessorCacheKey, String postprocessorName)
-
Method Summary
Modifier and Type Method Description final ObjectgetCallerContext()final UnitsetCallerContext(Object callerContext)final LonggetInBitmapCacheSince()final StringgetSourceString()final ResizeOptionsgetResizeOptions()final RotationOptionsgetRotationOptions()final ImageDecodeOptionsgetImageDecodeOptions()final CacheKeygetPostprocessorCacheKey()final StringgetPostprocessorName()IntegerhashCode()BooleancontainsUri(Uri uri)StringgetUriString()BooleanisResourceIdForDebugging()Booleanequals(Object other)-
-
Method Detail
-
getCallerContext
final Object getCallerContext()
-
setCallerContext
final Unit setCallerContext(Object callerContext)
-
getInBitmapCacheSince
final Long getInBitmapCacheSince()
-
getSourceString
final String getSourceString()
-
getResizeOptions
final ResizeOptions getResizeOptions()
-
getRotationOptions
final RotationOptions getRotationOptions()
-
getImageDecodeOptions
final ImageDecodeOptions getImageDecodeOptions()
-
getPostprocessorCacheKey
final CacheKey getPostprocessorCacheKey()
-
getPostprocessorName
final String getPostprocessorName()
-
containsUri
Boolean containsUri(Uri uri)
-
getUriString
String getUriString()
-
isResourceIdForDebugging
Boolean isResourceIdForDebugging()
-
-
-
-