CacheHit constructor

CacheHit(
  1. String key,
  2. dynamic value
)

Implementation

CacheHit(this.key, this.value);