# Editor.EditorUtility.ClearPackageCache

```csharp
static void ClearPackageCache()
```

Delete the cached package info. This will cause any future requests to get fresh information
from the backend. This is useful if you just updated something and want to see the changes.

Declared in [Editor.EditorUtility](/api/Editor.EditorUtility).
Assembly: `Sandbox.Tools`.
