lruCacheSingleton
A reusable Cache that uses the LeastRecentlyUsedCacheEvictor internally.
Usage:
val cache = ExoPlayerCache.lruCacheSingleton.get(context)
Content copied to clipboard
A reusable Cache that uses the LeastRecentlyUsedCacheEvictor internally.
Usage:
val cache = ExoPlayerCache.lruCacheSingleton.get(context)