External

data class External(val cache: Cache) : CacheProvider

Use an external Cache instead of Player creating one of its own. Reason for using this is to reuse a cache instance that is already in use.

Constructors

Link copied to clipboard
constructor(cache: Cache)

Properties

Link copied to clipboard