SandcastleProjectSaveComponentCacheCapacity Property

This read-only property is used to get the build assembler Save Component writer task cache capacity

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public int SaveComponentCacheCapacity { get; }

Property Value

Int32
The default is 100 to limit the cache to 100 entries

Remarks

Decrease the value to conserve memory, increase it to help with build speed at the expense of memory used. Set it to zero to allow an unbounded cache for the writer task (best speed at the expense of memory used).

See Also