# games.gamesgamesgamesgames.refreshCaches

> Published by [trezy.codes](https://lexicon.garden/identity/did:plc:4jrld6fwpnwqehtce56qshzv)

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:4jrld6fwpnwqehtce56qshzv/games.gamesgamesgamesgames.refreshCaches)
- [Documentation](https://lexicon.garden/lexicon/did:plc:4jrld6fwpnwqehtce56qshzv/games.gamesgamesgamesgames.refreshCaches/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:4jrld6fwpnwqehtce56qshzv/games.gamesgamesgamesgames.refreshCaches/examples)

## Definitions

### `games.gamesgamesgamesgames.refreshCaches`

**Type**: `procedure`

Refresh precomputed cache tables (stats, genre counts). Requires admin auth.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `refreshed` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "games.gamesgamesgamesgames.refreshCaches",
  "defs": {
    "main": {
      "type": "procedure",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "refreshed"
          ],
          "properties": {
            "refreshed": {
              "type": "array",
              "items": {
                "type": "string"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Refresh precomputed cache tables (stats, genre counts). Requires admin auth."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
