←Select platform

GetCacheItem Method (ObjectCache)

Summary

Specified cache entry from the cache.

Syntax

C#
VB
C++
public virtual CacheItem GetCacheItem( 
   string key, 
   string regionName 
) 
Public Overridable Function GetCacheItem( 
   ByVal key As String, 
   ByVal regionName As String 
) As CacheItem 
public:  
   virtual CacheItem^ GetCacheItem( 
      String^ key, 
      String^ regionName 
   ) 

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