# Sandbox.Package.TryGetCached

```csharp
static bool TryGetCached(string identString, out Package package, bool allowPartial = True)
```

Find package information

### Parameters

- `identString` (`string`)
- `out package` (`Package`)
- `allowPartial` (`bool`), default `True`

### Returns

`bool`

Declared in [Sandbox.Package](/api/Sandbox.Package).
Assembly: `Sandbox.Engine`.
