Error processing SSI file
LEADTOOLS Caching (Leadtools.Caching assembly)

Show in webframe

Item Property (ObjectCache)






Unique identifier foe the cache entry.
The cache item.
Syntax
public abstract object this[ 
   string key
]; {get; set;}
'Declaration
 
Public MustOverride Default Property Item( _
   ByVal key As String _
) As Object
'Usage
 
Dim instance As ObjectCache
Dim key As String
Dim value As Object
 
instance.Item(key) = value
 
value = instance.Item(key)
public abstract<T> T get(String key, Class<?> classOfT)
public abstract<T> void set(String key, T value, Class<?> classOfT)
            
public:
abstract property Object^ default [String^] {
   Object^ get(String^ key);
   void set (String^ key, Object^ value);
}

Parameters

key
Unique identifier foe the cache entry.

Property Value

The value associated with this cache entry.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

See Also

Reference

ObjectCache Class
ObjectCache Members

Error processing SSI file
Leadtools.Caching requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features