Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace : CacheItem Class |
public class CacheItem
'Declaration
Public Class CacheItem
'Usage
Dim instance As CacheItem
public ref class CacheItem
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.