←Select platform

Item Property

Summary

The cache item.

Syntax
C#
C++/CLI
Java
Python
public override object Item( 
   string key 
) { get; set; } 
public:  
   virtual property Object^ Item 
   { 
      Object^ get() override 
      void set(Object^ value) override 
   } 
@Override 
public <T> T get(String key, Class<?> classOfT) 
@Override 
public <T> void set(String key, T value, Class<?> classOfT) 
public override object Item( 
   key 
) # get and set (FileCache) 

Property Value

key

The value associated with this cache entry.

Remarks

The getter use DefaultRegion and the setter will use DefaultRegion and DefaultPolicy.

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.