CacheItem constructor

const CacheItem(
  1. String content,
  2. int length
)

Implementation

const CacheItem(this.content, this.length);