2 Commits

Author SHA1 Message Date
Argyrios Kyrtzidis
29fd868691
[llvm/CAS] Improve layering and decouple UnifiedOnDiskCache from the builtin hash implementation (#177280) 2026-01-26 09:48:32 -08:00
Steven Wu
6747ea050d
[CAS] Add UnifiedOnDiskCache and OnDiskCAS (#114103)
Add a new abstraction layer UnifiedOnDiskCache that adds new functions
of disk space management and data validation that builds on top of
OnDiskGraphDB and OnDiskKeyValueDB.

Build upon UnifiedOnDiskCache, it is OnDiskCAS that implements
ObjectStore and ActionCache interface for LLVM tools to interact with
CAS storage.
2025-11-03 09:50:28 -08:00