docs/javadoc/reference/com/facebook/imagepipeline/debug/FlipperCacheKeyFactory.html
|
|
Summary: Ctors | Methods | Inherited Methods | [Expand All]
public class
extends DefaultCacheKeyFactory
| java.lang.Object | | ↳ | com.facebook.imagepipeline.cache.DefaultCacheKeyFactory | | | ↳ | com.facebook.imagepipeline.debug.FlipperCacheKeyFactory |
| Public Constructors |
|---|
| Public Methods |
|---|
| CacheKey |
| [Expand] Inherited Methods | | --- | | From class com.facebook.imagepipeline.cache.DefaultCacheKeyFactory
| CacheKey | getBitmapCacheKey(ImageRequest request, Object callerContext) | | Uri | getCacheKeySourceUri(Uri sourceUri) | | CacheKey | getEncodedCacheKey(ImageRequest request, Object callerContext) Creates a key to be used in the encoded memory and disk caches. | | CacheKey | getEncodedCacheKey(ImageRequest request, Uri sourceUri, Object callerContext) Creates a key to be used in the encoded memory and disk caches. | | synchronized static DefaultCacheKeyFactory | getInstance() | | CacheKey | getPostprocessedBitmapCacheKey(ImageRequest request, Object callerContext) |
| | From class java.lang.Object
| Object | clone() | | boolean | equals(Object arg0) | | void | finalize() | | final Class<?> | getClass() | | int | hashCode() | | final void | notify() | | final void | notifyAll() | | String | toString() | | final void | wait(long arg0, int arg1) | | final void | wait(long arg0) | | final void | wait() |
| | From interface com.facebook.imagepipeline.cache.CacheKeyFactory
| abstract CacheKey | getBitmapCacheKey(ImageRequest request, Object callerContext) | | abstract CacheKey | getEncodedCacheKey(ImageRequest request, Object callerContext) Creates a key to be used in the encoded memory and disk caches. | | abstract CacheKey | getEncodedCacheKey(ImageRequest request, Uri sourceUri, Object callerContext) Creates a key to be used in the encoded memory and disk caches. | | abstract CacheKey | getPostprocessedBitmapCacheKey(ImageRequest request, Object callerContext) |
|
+Generated by Doclava. +