←Select platform

CacheItem Class

Summary

Specifies a cache entry.

Syntax

C#
VB
C++
public class CacheItem
Public Class CacheItem
public ref class CacheItem

Remarks

CacheItem provides a cache entry. It has a string key and object value pair and an optional region.

When an item is added to the cache, the value is serialized and stored physically. Similarly when an item is retrieved, the value is de-serialized. Hence, the CacheItem is just a holder for the cached item and is not itself serialized or saved.

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