-
public class UrlRedirectCachecom.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 public final static UrlRedirectCacheINSTANCE
-
Method Summary
Modifier and Type Method Description final static FileLruCachegetCache()final static UrigetRedirectedUri(Uri uri)final static UnitcacheUriRedirect(Uri fromUri, Uri toUri)final static UnitclearCache()-
-
Method Detail
-
getCache
@Synchronized() final static FileLruCache getCache()
-
getRedirectedUri
final static Uri getRedirectedUri(Uri uri)
-
cacheUriRedirect
final static Unit cacheUriRedirect(Uri fromUri, Uri toUri)
-
clearCache
final static Unit clearCache()
-
-
-
-