downloadCacheSingleton

val downloadCacheSingleton: Capsule<Cache, Context>

A reusable Cache that uses the NoOpCacheEvictor internally.

Usage:

val cache = ExoPlayerCache.downloadCacheSingleton.get(context)