PrimoBurner for .NET  5.0
CD, DVD and Blu-ray Software Development Kit
Loading...
Searching...
No Matches
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.
 
Int32 SmallFilesCacheSize [get, set]
 The size of the cache that should be allocated for small files, in blocks.
 
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.
 

Detailed Description

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

Property Documentation

◆ CacheSmallFiles

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.

◆ SmallFilesCacheSize

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.