Android SDK Version


public class ImageResponseCache
com.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
Modifier and TypeFieldDescription
private final StringTAG
public final static ImageResponseCacheINSTANCE
Method Summary
Modifier and TypeMethodDescription
final static FileLruCachegetCache()
final static InputStreamgetCachedImageStream(Uri uri)
final static InputStreaminterceptAndCacheImageStream(HttpURLConnection connection)
final static UnitclearCache()
final StringgetTAG()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Method Detail

getCache

@Synchronized() final static FileLruCachegetCache()

getCachedImageStream

 final static InputStreamgetCachedImageStream(Uri uri)

interceptAndCacheImageStream

 final static InputStreaminterceptAndCacheImageStream(HttpURLConnection connection)

clearCache

 final static UnitclearCache()

getTAG

 final StringgetTAG()