-
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
Fields Modifier and Type Field Description private final <ERROR CLASS>
TAG
public final static ImageResponseCache
INSTANCE
-
Method Summary
Modifier and Type Method Description final static FileLruCache
getCache()
final static InputStream
getCachedImageStream(Uri uri)
final static InputStream
interceptAndCacheImageStream(HttpURLConnection connection)
final static Unit
clearCache()
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()
-
-
-
-