Package-level declarations
Types
Link copied to clipboard
                  class MapEntryCache<KEY, VALUE : Any>(cache: DataCache, description: DataDescription<VALUE, KEY>, collection: MapLikeCollection<KEY, VALUE>) : DataEntryCache<VALUE> 
a DataEntryCache that uses a collection to store and query its values.