CacheContext<TIdentifier, TValue> constructor
CacheContext<TIdentifier, TValue> (
- TIdentifier id,
- TValue? value
Implementation
CacheContext(this.id, this.value);