-
- All Implemented Interfaces:
-
com.facebook.cache.common.CacheKey
public class DebuggingCacheKey extends SimpleCacheKey
Extension of SimpleCacheKey which adds the ability to hold a caller context. This can be of use for debugging and has no bearing on equality.
-
-
Constructor Summary
Constructors Constructor Description DebuggingCacheKey(String key, Object callerContext, Uri sourceUri)
-
Method Summary
Modifier and Type Method Description ObjectgetCallerContext()UrigetSourceUri()Original URI the image was fetched from. -
Methods inherited from class com.facebook.cache.common.SimpleCacheKey
containsUri, equals, getUriString, hashCode, isResourceIdForDebugging, toString -
Methods inherited from class com.facebook.cache.common.CacheKey
equals -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCallerContext
@Nullable() Object getCallerContext()
-
getSourceUri
Uri getSourceUri()
Original URI the image was fetched from.
-
-
-
-