CachedElement<V> constructor

CachedElement<V>(
  1. V value,
  2. DateTime creationDateTime
)

Implementation

CachedElement(this.value, this.creationDateTime);