Cache entries that correspond the specified keys.
public abstract IDictionary<string, object> GetValues(
IEnumerable<string> keys,
string regionName
)
Public MustOverride 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
) abstract
public abstract Map<String, Object> getValues(Iterator<String> keys, String regionName)
keys
Collection of unique identifiers.
regionName
Optional name of a region in cache.
Dictionary of key/value pair found.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document