14 lines
228 B
Markdown
14 lines
228 B
Markdown
|
|
---
|
||
|
|
status: accepted
|
||
|
|
---
|
||
|
|
|
||
|
|
# Record Cache Backend
|
||
|
|
|
||
|
|
## Context
|
||
|
|
|
||
|
|
Repeated query and context workflows benefit from cached parsed structure.
|
||
|
|
|
||
|
|
## Decision
|
||
|
|
|
||
|
|
Use an optional local SQLite backend for snapshots, metadata, JSON, and FTS.
|