Android SDK Version


public class UrlRedirectCache
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
public final static UrlRedirectCacheINSTANCE
Method Summary
Modifier and TypeMethodDescription
final static FileLruCachegetCache()
final static UrigetRedirectedUri(Uri uri)
final static UnitcacheUriRedirect(Uri fromUri, Uri toUri)
final static UnitclearCache()
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()

getRedirectedUri

 final static UrigetRedirectedUri(Uri uri)

cacheUriRedirect

 final static UnitcacheUriRedirect(Uri fromUri, Uri toUri)

clearCache

 final static UnitclearCache()