CacheEntry<V> constructor

CacheEntry<V>(
  1. dynamic _cacheObject,
  2. DateTime _createTime
)

Implementation

CacheEntry(this._cacheObject, this._createTime);