C#
VB
Java
C++
Cache entries that corresponds the specified keys.
public override IDictionary<string, object> GetValues(
IEnumerable<string> keys,
string regionName
)
Public Overrides Function GetValues(
ByVal keys As System.Collections.Generic.IEnumerable(Of String),
ByVal regionName As String
) As System.Collections.Generic.IDictionary(Of String, Object)
public:
virtual System::Collections::Generic::IDictionary<String^, Object^>^ GetValues(
System::Collections::Generic::IEnumerable<String^>^ keys,
String^ regionName
) override
@Override
public Map<String, Object> getValues(Iterator<String> keys, String regionName)
keys
Collection of unique identifies.
regionName
Optional name of a region in cache.
Dictionary of key/value pair found.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET