CachedElement<V> constructor
CachedElement<V> (
- V value,
- DateTime creationDateTime
Implementation
CachedElement(this.value, this.creationDateTime);
CachedElement(this.value, this.creationDateTime);