←Select platform

GetItemCapabilities(string,string) Method

Summary

Gets the capabilities of an existing item in the cache.

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

Parameters

key

Unique identifier of the cache item.

regionName

Optional name of a region in the cache.

Return Value

The capabilities of the item.

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