Cached mode in API

User 677b9c22ff

01-09-2008 04:14:54

Hi,


if I have a molecule (Molecule) and I calculate the surface area,


logd or other expensive calculations for one single molecule, its there a way to cache certain descriptors which were used during these calculations?





Evaluator DOC says:


"cache-mode attribute: if set to "true" then matching condition and plugin calculation results are cached"





Is this also possible to set in the API?





Thank you.


Tobias

ChemAxon e08c317633

01-09-2008 20:21:12

If the cache-mode attribute is set to "true" in the config file, then Chemical Terms Evaluator will cache these values also when used via API. Otherwise the results of the calculations can not be cached.





Zsolt

User 677b9c22ff

01-09-2008 20:34:44

Thank you.


Tobias