> For the complete documentation index, see [llms.txt](https://laot7490.gitbook.io/ltbridge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laot7490.gitbook.io/ltbridge/utilities/cache/get.md).

# Get

Get a specific cache value or the whole table.

{% hint style="info" %}
**Side:** Client · **Category:** Cache · **API:** `LT.Cache.Get`
{% endhint %}

## Example

```lua
local result = LT.Cache.Get('key')
```

## Parameters

| Name  | Required | Description |
| ----- | -------- | ----------- |
| `key` | No       | 'ped'       |

## Returns

* `any`
