Formula cache#
The formula system allows to grow very complicated computed series (by building them bottom-up), which are by default computed on the fly. The downside can be sluggish performance as complex formulas read hundreds of base series and does computations on them. Hence it can be useful to put them into a “cache”.
Create a cache policy. |
|
Modify an existing cache policy (by name). |
|
Delete a cache policy (by name). |
|
Associate series with a cache policy. |
|
Dis-associate series from a cache policy. |
|
List the series that are available for association with a cache policy. |
|
Return a list of cache policies names. |
|
Return the list of series associated with a cache policy. |
|
Return the cache policy of a series. |
|
Predicate to verify is a series formula has a cache. |
|
Purge the cache of a formula. |
|