Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Based on a list of key's the client receives a dictonary with
all available data depending on the keys.
Namespace:
SharedCache.WinServiceCommon.Provider.CacheAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override IDictionary<string, byte[]> MultiGet( List<string> keys ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function MultiGet ( _ keys As List(Of String) _ ) As IDictionary(Of String, Byte()) |
| Visual C++ |
|---|
public: virtual IDictionary<String^, array<unsigned char>^>^ MultiGet( List<String^>^ keys ) override |
Parameters
- keys
- Type: System.Collections.Generic..::.List<(Of <(String>)>)
A List of String with all requested keys.
Return Value
A IDictionary with String and Byte array element.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Cache.IndexusSharedCacheProvider.MultiGet(System.Collections.Generic.List{System.String})"]