Cached Computed Field
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
A field that allows to cache computationally expensive computed data in field storage.
Use this field for computed data that is expensive to generate, for example data that is computed using NP-hard algorithms or data that comes from third party sources.
The data will then be updated on a regular basis during cron runs. This
allows to do the processor intensive or time consuming calculations offline
and update the database asynchronously.


