←Select platform

Get(string,string) Method

Summary

Value of the specified cache entry.

Syntax
C#
C++/CLI
Python
public virtual object Get( 
   string key, 
   string regionName 
) 
public: virtual T^  Get(System.String^  key, System.String^  regionName) 
def Get(self,key,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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