CacheEntry<V> class

Base cache entry

Constructors

CacheEntry(V value, {required int storeTime})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeTime int
Timestamp in milliseconds since the "Unix epoch" when entry was added to the storage
getter/setter pair
value ↔ V
Cached value
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited