MapEntryCache

a DataEntryCache that uses a collection to store and query its values.

Constructors

Link copied to clipboard
constructor(cache: DataCache, description: DataDescription<VALUE, KEY>, collection: MapLikeCollection<KEY, VALUE>)

Functions

Link copied to clipboard
open suspend fun put(vararg items: VALUE)
open suspend fun put(items: Iterable<VALUE>)
open suspend fun put(items: Flow<VALUE>)
open suspend override fun put(item: VALUE)
Link copied to clipboard
open override fun query(): QueryBuilder<VALUE>