Package com.airbnb.lottie.network
Class NetworkCache
- java.lang.Object
-
- com.airbnb.lottie.network.NetworkCache
-
public class NetworkCache extends java.lang.ObjectHelper class to save and restore animations fetched from an URL to the app disk cache.
-
-
Constructor Summary
Constructors Constructor Description NetworkCache(LottieNetworkCacheProvider cacheProvider)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()
-
-
-
Constructor Detail
-
NetworkCache
public NetworkCache(@NonNull LottieNetworkCacheProvider cacheProvider)
-
-