SandcastleProjectSaveComponentCacheCapacity Property
This read-only property is used to get the build assembler Save Component writer task cache capacity
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public int SaveComponentCacheCapacity { get; }
Public ReadOnly Property SaveComponentCacheCapacity As Integer
Get
public:
property int SaveComponentCacheCapacity {
int get ();
}
member SaveComponentCacheCapacity : int with get
Property Value
Int32The default is 100 to limit the cache to 100 entries
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).