com.facebook.imagepipeline.cache.CacheKeyFactory |
Known Indirect Subclasses
|
Class Overview
Factory methods for creating cache keys for the pipeline.
Public Methods
public
abstract
CacheKey
getBitmapCacheKey
(ImageRequest request, Object callerContext)
Returns
CacheKey
for doing bitmap cache lookups in the pipeline.
public
abstract
CacheKey
getEncodedCacheKey
(ImageRequest request, Object callerContext)
Parameters
callerContext |
included for optional debugging or logging purposes only |
Returns
CacheKey
for doing encoded image lookups in the pipeline.
public
abstract
CacheKey
getPostprocessedBitmapCacheKey
(ImageRequest request, Object callerContext)
Returns
CacheKey
for doing post-processed bitmap cache lookups in the pipeline.