> ## Documentation Index
> Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ImageCacheConfig configures Image Cache feature.

# ImageCacheConfig

```yaml theme={null}
apiVersion: v1alpha1
kind: ImageCacheConfig
# Local (to the machine) image cache configuration.
local:
    enabled: true # Is the local image cache enabled.
```

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`local`</td>
      <td><a href="#local">LocalImageCacheConfig</a></td>
      <td>Local (to the machine) image cache configuration.</td>

      <td />
    </tr>
  </tbody>
</table>

## local

LocalImageCacheConfig configures local image cache.

<table>
  <thead>
    <tr>
      <th>Field</th>
      <th>Type</th>
      <th>Description</th>
      <th>Value(s)</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>`enabled`</td>
      <td>bool</td>
      <td>Is the local image cache enabled.</td>

      <td />
    </tr>
  </tbody>
</table>
