# defaultCache

> Returns the default cache which is added by Unity internally.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static Cache defaultCache { get; }
```

### Remarks

You cannot remove the default cache.
