CacheEntryBuilder<T> constructor
CacheEntryBuilder<T> (})
Builds a CacheEntryBuilder
key: The entry keyvalue: The entry valuecreationTime: The entry creation timeexpiryDuration: The entry expiry durationhitCount: The entry hit countaccessTime: The access timeupdateTime: The update time
Implementation
CacheEntryBuilder(
super.key, super.value, super.creationTime, this.expiryDuration,
{this.hitCount, super.accessTime, super.updateTime});