←Select platform

CacheItem<T> Constructor(string,T)

Summary

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

Syntax

C#
VB
Java
C++
protected CacheItem<T>()
Protected Sub New()
protected:  
   CacheItem<T>() 
public CacheItem(String key, T value)

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

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