←Select platform

GetCacheItem(String,String) Method

Summary

Specified cache entry from the cache.

Syntax

C#
VB
C++
public abstract CacheItem<T> GetCacheItem(System.String key, System.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

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