CacheData<T> constructor

CacheData<T>(
  1. CacheType type,
  2. T data, {
  3. Duration? ttl,
})

Implementation

CacheData(this.type, this.data, {this.ttl}) : createdAt = DateTime.now();