Cache Class

Contains cache settings.
Inheritance Hierarchy
SystemObject
  Aspose.CADCache

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public static class Cache

The Cache type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAllocatedDiskBytesCount
Gets the allocated disk bytes count.
Public propertyStatic memberAllocatedMemoryBytesCount
Gets the allocated in-memory bytes count.
Public propertyStatic memberCacheFolder
Gets or sets the cache folder.
Public propertyStatic memberCacheType
Gets or sets the cache scheme used.
Public propertyStatic memberExactReallocateOnly
Gets or sets a value indicating whether reallocation should be exact or not. If reallocation is non exact the performance should be higher.
Public propertyStatic memberMaxDiskSpaceForCache
Gets or sets the maximum available disk space for cache. The value specified is megabytes count.
Public propertyStatic memberMaxMemoryForCache
Gets or sets the maximum available memory for cache in memory. The value specified is megabytes count.
Methods
  NameDescription
Public methodStatic memberSetDefaults
Sets the Cache settings to defaults.
Events
  NameDescription
Public eventStatic memberReallocated
Fires when reallocation was performed
See Also