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

Show in webframe

CurrentSize Property






Gets the current size of the cache store in bytes.
Syntax
public long CurrentSize {get;}
'Declaration
 
Public ReadOnly Property CurrentSize As Long
'Usage
 
Dim instance As Cache
Dim value As Long
 
value = instance.CurrentSize

            

            
public:
property int64 CurrentSize {
   int64 get();
}

Property Value

The size of stored cache items in bytes.
Requirements

Target Platforms

See Also

Reference

Cache Class
Cache Members

Error processing SSI file