CacheInfo constructor

CacheInfo(
  1. String layerID,
  2. String sourceID,
  3. List<String> featureIDs,
  4. int timestamp,
)

Implementation

CacheInfo(this.layerID, this.sourceID, this.featureIDs, this.timestamp);