Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions src/Docs/CACHING_DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
- `DiskStorageStrategy` → MemoryMappedFile for large files
- `ObjectStorageStrategy<T>` → any object (ZIP structure, metadata)

**Related Documents**:
- This document describes the **File Content Cache** (decompressed file data)
- For the **ZIP Structure Cache** (parsed Central Directory metadata), see [`ZIP_STRUCTURE_CACHE_DESIGN.md`](ZIP_STRUCTURE_CACHE_DESIGN.md)
- For **formal requirements and scenarios**, see [`openspec/specs/file-content-cache/spec.md`](../../openspec/specs/file-content-cache/spec.md)
**Related Documents**:
- This document describes the **File Content Cache** (decompressed file data)
- For the **ZIP Structure Cache** (parsed Central Directory metadata), see [`ZIP_STRUCTURE_CACHE_DESIGN.md`](ZIP_STRUCTURE_CACHE_DESIGN.md)
- For analysis and a proposed **off-heap memory-tier allocator**, see [`MEMORY_CACHE_ARCHITECTURE_DESIGN.md`](MEMORY_CACHE_ARCHITECTURE_DESIGN.md)
- For **formal requirements and scenarios**, see [`openspec/specs/file-content-cache/spec.md`](../../openspec/specs/file-content-cache/spec.md)

**Two-Level Caching Architecture**:
```
Expand Down
Loading
Loading