public class

DebuggingCacheKey

extends SimpleCacheKey
java.lang.Object
   ↳ com.facebook.cache.common.SimpleCacheKey
     ↳ com.facebook.cache.common.DebuggingCacheKey

Class Overview

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.

Summary

Public Constructors
DebuggingCacheKey(String key, Object callerContext, Uri sourceUri)
Public Methods
Object getCallerContext()
Uri getSourceUri()
Original URI the image was fetched from.
[Expand]
Inherited Methods
From class com.facebook.cache.common.SimpleCacheKey
From class java.lang.Object
From interface com.facebook.cache.common.CacheKey

Public Constructors

public DebuggingCacheKey (String key, Object callerContext, Uri sourceUri)

Public Methods

public Object getCallerContext ()

public Uri getSourceUri ()

Original URI the image was fetched from.