PrimoBurner for .NET  4.6
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
CachePolicy Class Reference

Provides an interface for setting the cache related properties of DataDisc. More...

Properties

bool CacheSmallFiles [get, set]
 Indicates whether small files should be cached before burning. More...
 
Int32 SmallFilesCacheSize [get, set]
 The size of the cache that should be allocated for small files, in blocks. More...
 
Int32 SmallFileSizeThreshold [get, set]
 Threshold size (in blocks) that is used to determine if a file is a small file for the purposes of caching. More...
 

Detailed Description

Provides an interface for setting the cache related properties of DataDisc.

Property Documentation

bool CacheSmallFiles
getset

Indicates whether small files should be cached before burning.

The default value is false.

NOTE: Caching is not done if the data source is not a file.

Int32 SmallFilesCacheSize
getset

The size of the cache that should be allocated for small files, in blocks.

The default cache size is 20000 blocks (~ 40MB). The size of the cache in blocks. The size of one block is 2048 bytes.

Int32 SmallFileSizeThreshold
getset

Threshold size (in blocks) that is used to determine if a file is a small file for the purposes of caching.