CacheContext<TIdentifier, TValue> constructor

CacheContext<TIdentifier, TValue>(
  1. TIdentifier id,
  2. TValue? value
)

Implementation

CacheContext(this.id, this.value);