Package com.airbnb.lottie.network
Class NetworkCache
- java.lang.Object
-
- com.airbnb.lottie.network.NetworkCache
-
public class NetworkCache extends Object
Helper class to save and restore animations fetched from an URL to the app disk cache.
-
-
Constructor Summary
Constructors Constructor Description NetworkCache(LottieNetworkCacheProvider cacheProvider)
-
-
-
Constructor Detail
-
NetworkCache
public NetworkCache(@NonNull LottieNetworkCacheProvider cacheProvider)
-
-