←Select platform

CacheItem Constructor(string,object)

Summary

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

Syntax
C#
VB
C++
public CacheItem( 
   string key, 
   object value 
) 
Protected Sub New() 
protected:  
   CacheItem() 

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.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.