←Select platform

CacheItem Constructor(string,object,string)

Summary

Initializes a new instance of CacheItem with the specified key and value and region.

Syntax
C#
C++/CLI
Python
public CacheItem( 
   string key, 
   object value, 
   string regionName 
) 
protected:  
   CacheItem() 
__init__(self,key,value,regionName) # Overloaded constructor 

Parameters

key

Unique identifier for this cache entry. This value will be stored in Key.

value

The data for this cache entry. This value will be stored in Value.

regionName

The name of the region in the cache. This value will be stored in RegionName.

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.