←Select platform

GetValues Method (ObjectCache)

Summary

Cache entries that correspond the specified keys.

Syntax

C#
VB
Java
C++
public abstract System.Collections.Generic.IDictionary<string, object> GetValues( 
   System.Collections.Generic.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)

Parameters

keys

Collection of unique identifiers.

regionName

Optional name of a region in cache.

Return Value

Dictionary of key/value pair found.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize