CacheProvider

class CacheProvider @Inject constructor(store: Store, alloc: ByteBufAllocator) : Provider<Cache>

Constructors

Link copied to clipboard
@Inject
constructor(store: Store, alloc: ByteBufAllocator)

Functions

Link copied to clipboard
open override fun get(): Cache