Package-level declarations

Types

Link copied to clipboard

A cache that delegates all operations to DataEntryCaches, who are lazily loaded on register.

Link copied to clipboard
interface EntrySupplier
Link copied to clipboard
typealias FullSupplier<T, I> = (cache: DataCache, description: DataDescription<T, I>) -> DataEntryCache<T>
Link copied to clipboard
typealias Supplier<T> = (cache: DataCache, description: DataDescription<T, *>) -> DataEntryCache<T>