MapEntryCache  
    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.
Constructors
Link copied to clipboard
                  constructor(cache: DataCache, description: DataDescription<VALUE, KEY>, collection: MapLikeCollection<KEY, VALUE>)