ISandcastleProject.SaveComponentCacheCapacity Property
Definition
- Namespace
- Sandcastle.Core.Project
- Assembly
- Sandcastle.Core.dll
This read-only property is used to get the build assembler Save Component writer task cache capacity
int SaveComponentCacheCapacity { get; }
Property Value
- int
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).