GetCacheItem(string,string) Method

Summary

Specified cache entry from the cache.

Syntax
C#
VB
C++
public virtual CacheItem GetCacheItem( 
   string key, 
   string regionName 
) 
Public MustOverride Function GetCacheItem(ByVal key As System.String, ByVal regionName As System.String) As CacheItem(Of T) 
public: virtual CacheItem<T^ >^  GetCacheItem(System.String^  key,  
   System.String^  regionName) abstract 

Parameters

key

Unique identifier of the cache item.

regionName

Optional name of a region in cache.

Return Value

The cache item if found, otherwise; null.

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