> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# CacheInvalidation table

> Names and generation numbers for distributed invalidation of caches

## CacheInvalidation Table (540)

Names and generation numbers for distributed invalidation of caches

## Fields

| Name                  | Description                                                                                        | Type        | Nullable |
| --------------------- | -------------------------------------------------------------------------------------------------- | ----------- | :------: |
| cacheinvalidation\_id | Primary key                                                                                        | PK          |    No    |
| Name                  | The (unique!) name of the cache, which is often, but not always, the same as a physical table name | String(255) |    Yes   |
| Generation            | The 'generation number', starts at 1 and goes up for every registered change                       | Int         |    Yes   |
| LastChange            | The UTC datetime of the last change; for information only                                          | UtcDateTime |    Yes   |
| LastChangeMachine     | The name of the machine where the last change occurred                                             | String(255) |    Yes   |
| FirstChange           | When was the first flush registered for this table/cache                                           | UtcDateTime |    Yes   |

<img src="https://mintcdn.com/superofficeas-bugfix-ty-screen-designer-paradox/WQgdeH659bOa5gFL/media/loc/en/database/tables/CacheInvalidation.png?fit=max&auto=format&n=WQgdeH659bOa5gFL&q=85&s=b7443e54cb99cb353f19e4ae31a1a82b" alt="CacheInvalidation table relationship diagram" width="156" height="59" data-path="media/loc/en/database/tables/CacheInvalidation.png" />

## Indexes

| Fields | Types       | Description |
| ------ | ----------- | ----------- |
| Name   | String(255) | Unique      |

## Replication Flags

* None

## Security Flags

* No access control via user's Role.
