Searched defs:networkCache (Results 1 – 2 of 2) sorted by relevance
34 private static volatile NetworkCache networkCache; field in L107 public static NetworkCache networkCache(@NonNull final Context context) { in networkCache() method in L
25 private final NetworkCache networkCache; field in NetworkFetcher29 public NetworkFetcher(@NonNull NetworkCache networkCache, @NonNull LottieNetworkFetcher fetcher) { in NetworkFetcher()