IBM WebSphere™ eXtreme Scale Client for .NET Release 8.6.0.0 API Specification
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Specification details:
Replaces multiple key-value pairs into the data grid and Loader (back-end persistent store).
Namespace: IBM.WebSphere.Caching.MapIf a key cannot be found in the map a CacheKeyNotFoundException exception results.
Assembly: Client.Api (in Client.Api.dll) Version: 8.6.0.0
Syntax
Parameters
- entries
- Type: IBM.WebSphere.Caching IOrderedDictionary TKey, TValue
Specifies a IOrderedDictionary TKey, TValue object of key-value pairs to replace in the data grid.
Return Value
Exceptions
Exception | Condition |
---|---|
System ArgumentException | Occurs when a null keyList is specified, or when a null key is specified within entries. |
IBM.WebSphere.Caching GridException | Occurs when an error occurs during processing. |
IBM.WebSphere.Caching.Map CacheKeyNotFoundException | Occurs when the key is not found in any of the cache tiers or Loader. This exception might be deferred until commit time. |
IBM.WebSphere.Caching.Security AccessControlException | Occurs when the caller has insufficient authority to perform this operation. |
Remarks
Required client permission: | MapPermission.WRITE |
Cache tier: | Applied to all tiers during commit. |
See Also