Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

GetValues Method (FileCache)






Collection of unique identifies.
Optional name of a region in cache.
Cache entries that corresponds the specified keys.
Syntax
'Declaration
 
Public Overrides Function GetValues( _
   ByVal keys As IEnumerable(Of String), _
   ByVal regionName As String _
) As IDictionary(Of String,Object)
'Usage
 
Dim instance As FileCache
Dim keys As IEnumerable(Of String)
Dim regionName As String
Dim value As IDictionary(Of String,Object)
 
value = instance.GetValues(keys, regionName)
@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

See Also

Reference

FileCache Class
FileCache Members

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features