homebrew
Parameters
Configuration of the cache for homebrew operations.
| Operation | Type | Description | 
|---|---|---|
| update_expire | duration | How long to cache the fact that brew updatehas been run. This allows to avoid running it on eachomni upcall. | 
| install_update_expire | duration | How long to cache the fact that brew upgradehas been run for a given formulae or cask. This allows to avoid running it on eachomni upcall. | 
| install_check_expire | duration | How long to cache that we have seen a given formulae or cask as installed. This allows to avoid checking it on each omni upcall. | 
| cleanup_after | duration | The grace period before cleaning up the resources that are no longer needed. | 
Example
cache:
  homebrew:
    update_expire: 1d
    install_update_expire: 1d
    install_check_expire: 12h
    cleanup_after: 1w