DataCache::BulkGet Method
Gets all of the objects associated with the specified keys and region.
Assembly: Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)
| Name | Description | |
|---|---|---|
![]() | BulkGet(IEnumerable<String^>^) | Gets all of the objects associated with the specified keys across all system regions. This method does not search user-defined regions. |
![]() | BulkGet(IEnumerable<String^>^, String^) | Returns objects for the specified keys from the specified region of the cache. Not supported in Windows Azure Shared Caching. |
Show:
