# CacheEntry

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/config.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/config.interface.ts#L235)

Cache entry for incremental parsing

## Properties

| Property | Type |
|---|---|
| `filePath` | `string` |
| `contentHash` | `string` |
| `cachedAt` | `Date` |
| `parserName` | `string` |
| `result` | `unknown` |
