-
public class ImageResponseCachecom.facebook.internal is solely for the use of other packages within the Facebook SDK for Android. Use of any of the classes in this package is unsupported, and they may be modified or removed without warning at any time.
-
-
Field Summary
Fields Modifier and Type Field Description private final <ERROR CLASS>TAGpublic final static ImageResponseCacheINSTANCE
-
Method Summary
Modifier and Type Method Description final static FileLruCachegetCache()final static InputStreamgetCachedImageStream(Uri uri)final static InputStreaminterceptAndCacheImageStream(HttpURLConnection connection)final static UnitclearCache()final <ERROR CLASS>getTAG()-
-
Method Detail
-
getCache
@Synchronized() final static FileLruCache getCache()
-
getCachedImageStream
final static InputStream getCachedImageStream(Uri uri)
-
interceptAndCacheImageStream
final static InputStream interceptAndCacheImageStream(HttpURLConnection connection)
-
clearCache
final static Unit clearCache()
-
getTAG
final <ERROR CLASS> getTAG()
-
-
-
-