Get(string,string) Method

Summary

Value of the specified cache entry.

Syntax
C#
VB
C++
public virtual object Get( 
   string key, 
   string regionName 
) 
Public Overridable Function [Get](ByVal key As System.String, ByVal regionName As System.String) As T 
public: virtual T^  Get(System.String^  key, System.String^  regionName) 

Parameters

key

Unique identifier of the cache item.

regionName

Optional name of a region in cache.

Return Value

The value of the specified entry if found, otherwise; null.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.