mise
Parameters
Configuration of the cache for mise
operations.
Operation | Type | Description |
---|---|---|
update_expire | duration | How long to cache the fact that updates for mise itself have been checked. This allows to avoid checking for updates on each omni up call. |
plugin_update_expire | duration | How long to cache the fact that updates for a given mise plugin have been checked. This allows to avoid checking for updates on each omni up call. |
plugin_versions_expire | duration | How long to cache a given mise plugin versions for. This allows to avoid listing available versions on each omni up call. |
cleanup_after | duration | The grace period before cleaning up the resources that are no longer needed. |
Example
cache:
mise:
update_expire: 1d
plugin_update_expire: 1d
plugin_versions_expire: 1h
cleanup_after: 1w