CacheEntry constructor
CacheEntry(
- dynamic value,
- DateTime expiry
Creates a CacheEntry with the given value and expiry.
Implementation
CacheEntry(this.value, this.expiry);
Creates a CacheEntry with the given value and expiry.
CacheEntry(this.value, this.expiry);