Supplier

typealias Supplier<T> = (cache: DataCache, description: DataDescription<T, *>) -> DataEntryCache<T>