Package-level declarations

Types

Link copied to clipboard
class CacheProvider @Inject constructor(store: Store, alloc: ByteBufAllocator) : Provider<Cache>
Link copied to clipboard
class Js5MasterIndexProvider @Inject constructor(store: Store) : Provider<Js5MasterIndex>
Link copied to clipboard
class StoreProvider @Inject constructor(alloc: ByteBufAllocator) : Provider<Store>