---
title: default
framework: coreai
role: symbol
role_heading: Type Property
path: coreai/aimodelcache/default
---

# default

The shared cache scoped to your app bundle.

## Declaration

```swift
static let `default`: AIModelCache
```

## Mentioned in

Managing model specialization and caching

## Discussion

Discussion The shared specialized asset cache for your app bundle. The framework uses this cache by default whenever specialization happens automatically, such as during init(contentsOf:options:).
