getOrganicMatterBalance
@svenvw/fdm-source / fdm-calculator/src / getOrganicMatterBalance
Variable: getOrganicMatterBalance
constgetOrganicMatterBalance:any
Defined in: fdm-calculator/src/balance/organic-matter/index.ts:113
A cached version of the calculateOrganicMatterBalance function.
This wrapper provides caching capabilities to the main calculation function, returning a stored result if the same input has been processed before. This can significantly improve performance for repeated requests with identical data. The cache is versioned using the calculator's package version to ensure data integrity after updates.
Param
The input data for the organic matter balance calculation.
Returns
A promise that resolves with the calculated OrganicMatterBalanceNumeric.