CacheContext<TIdentifier, TValue> class
Immutable payload that indicates a change in a Cache.
Constructors
- CacheContext(TIdentifier id, TValue? value)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → TIdentifier
-
Identifies a single instance of a
TValue
final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → TValue?
-
The current value stored in the Cache for the attributed
TIdentifier
.final
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