←Select platform

Item Property (ObjectCache)

Summary

The cache item.

Syntax

C#
VB
Java
C++
public abstract object Item { get; set; }
Public MustOverride Property Item() As Object
public:  
   virtual property Object^ Item 
   { 
      Object^ get() abstract; 
      void set(Object^ value) abstract; 
   } 
public abstract<T> T get(String key, Class<?> classOfT) 
public abstract<T> void set(String key, T value, Class<?> classOfT) 

Property Value

The value associated with this cache entry.

Remarks

This indexer is the equivalent of calling Get(key, null) and Set(key, value, null, null).

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