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

Show in webframe

Item Property (FileCache)






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

Parameters

key
Unique identifier of the cache entry.

Property Value

The value associated with this cache entry.The value associated with this cache entry.
Remarks

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

Requirements

Target Platforms

See Also

Reference

FileCache Class
FileCache 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