CacheEntry constructor

CacheEntry(
  1. dynamic value,
  2. DateTime expiry
)

Implementation

CacheEntry(this.value, this.expiry);