IGridMapPessimisticAutoTx TKey, TValue  InvalidateAll Method IBM WebSphere™ eXtreme Scale Client for .NET API Specification
IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification

Removes the entries that are associated with the specified keyList from the data grid, without affecting the Loader (back-end persistent store).

If a key cannot be found in the map, it will be ignored.

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

Parameters

keyList
Type: System.Collections.Generic IList TKey 
Specifies the list of keys to be invalidated from the data grid.

Return Value

Exceptions

ExceptionCondition
System ArgumentException Occurs when a null keyList is specified, or when a null key is specified within keyList..
IBM.WebSphere.Caching GridException Occurs when an error occurs during processing.
IBM.WebSphere.Caching.Security AccessControlException Occurs when the caller has insufficient authority to perform this operation.
Remarks

Specification details:
Required client permission:MapPermission.INVALIDATE
Cache tier:Applied to all tiers during commit.
See Also