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

Show in webframe

PolicySerializationMode Property (FileCache)






Determines the type of serialization to use when the policy is saved into the cache.
Syntax
public override CacheSerializationMode PolicySerializationMode {get; set;}
'Declaration
 
Public Overrides Property PolicySerializationMode As CacheSerializationMode
'Usage
 
Dim instance As FileCache
Dim value As CacheSerializationMode
 
instance.PolicySerializationMode = value
 
value = instance.PolicySerializationMode
@Override
public CacheSerializationMode getPolicySerializationMode()
@Override
public void setPolicySerializationMode(CacheSerializationMode value)
            
public:
property CacheSerializationMode PolicySerializationMode {
   CacheSerializationMode get() override;
   void set (    CacheSerializationMode value) override;
}

Property Value

The type of serialization to use when the policy is saved into the cache. The default value is CacheSerializationMode.Binary.
Remarks

The LEADTOOLS Document Viewer and Converter framework uses the recommended CacheSerializationMode.Json mode that offers backward compatibility as well as sharing a cache between the .NET and Java version of the framework.

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