←Select platform

GetValues Method

Summary

Cache entries that corresponds the specified keys.

Syntax
C#
VB
C++
Java
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) 

Parameters

keys

Collection of unique identifies.

regionName

Optional name of a region in cache.

Return Value

Dictionary of key/value pair found.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly