←Select platform

Item Property

Summary

The cache item.

Syntax
C#
C++/CLI
Java
Python
public abstract object Item( 
   string key 
) { get; set; } 
public abstract<T> T get(String key, Class<?> classOfT) 
public abstract<T> void set(String key, T value, Class<?> classOfT) 
public:  
   virtual property Object^ default [String^ ] 
   { 
      Object^ get(String^ key) abstract; 
      void set(String^ key, Object^ value) abstract; 
   } 
public abstract object Item( 
   key 
) get; set (ObjectCache) 

Property Value

key

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.