-
@RestrictTo(value = RestrictTo.Scope.LIBRARY) public class NetworkCache
Helper 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
Modifier and Type Method Description voidclear()-
-
Constructor Detail
-
NetworkCache
NetworkCache(LottieNetworkCacheProvider cacheProvider)
-
-
Method Detail
-
clear
void clear()
-
-
-
-