IGridMap TKey, TValue  InterfaceIBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

The top level interface for all maps. Use the interface to retrieve an appropriate IGridMap instance.

Different IGridMap implementations are returned which allow additional operations for specific configurations and usage patterns.

Namespace: IBM.WebSphere.Caching.Map
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax

Type Parameters

TKey
Generic type key.
TValue
Generic type value.
See Also