asMap property

Map<T, S> asMap

Returns cache as Map

Implementation

Map<T, S> get asMap => this._cache;