| 
    PrimoBurner for .NET
    5.0
    
   CD, DVD and Blu-ray Software Development Kit 
   | 
 
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.  | |
Provides an interface for setting the cache related properties of DataDisc.
      
  | 
  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.
      
  | 
  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.