←Select platform

Item Property

Summary

The cache item.

Syntax

C#
VB
Java
C++
public abstract object Item( 
   string key 
) { 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly