Package 

Class DebuggingCacheKey

  • 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.

    • Method Summary

      Modifier and Type Method Description
      Object getCallerContext()
      Uri getSourceUri() 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