invoke

inline operator fun invoke(builder: DelegatingDataCache.Companion.Builder.() -> Unit = {}): DataCache

Creates a new DataCache configured by builder. Builder.default will use a DataEntryCache.none to store entries.