-
-
Notifications
You must be signed in to change notification settings - Fork 16
Cache
Kamil Mrzygłód edited this page Feb 20, 2023
·
7 revisions
ACE comes with in-built functionality of caching mechanism, which is an opt-out feature. Cache is based on saving What If responses coming from ARM endpoints and depending on used cache provider, its behavior might change slightly.
As for now, the only provider available is local cache. Future releases are planned to bring remote locations, which can be used e.g. on ephemeral agents.
Below you can find detailed instruction of how use any of the available providers.
TBD