DataCache.BulkGet Method

 

Gets all of the objects associated with the specified keys and region.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Client (in Microsoft.ApplicationServer.Caching.Client.dll)

Overload List

Name Description
System_CAPS_pubmethod 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.

System_CAPS_pubmethod BulkGet(IEnumerable<String>, String)

Returns objects for the specified keys from the specified region of the cache. Not supported in Windows Azure Shared Caching.

See Also

DataCache Class
Microsoft.ApplicationServer.Caching Namespace

Return to top