Edison Jwa
21fd979560
feat(cache): add chanora_cache crate with cacache-backed blob cache
- New chanora_cache crate: content-addressed blob store wrapping cacache
- BlobCache API: async put/get/remove/clear/total_size/evict
- Key validation: av_ prefix (32 hex chars), ic_ prefix (decimal digits)
- Cacache provides crash safety, SSRI integrity, content dedup
- Mtime-based eviction via cacache::list_sync + sort by timestamp
- 7 unit tests all passing
- Added to workspace members
2026-06-10 04:36:59 +09:00
..
2026-06-10 00:47:30 +09:00
2026-06-10 00:51:52 +09:00
2026-06-10 04:36:59 +09:00
2026-06-08 20:19:17 +09:00
2026-06-02 13:33:41 +09:00
2026-06-08 22:51:41 +09:00
2026-06-08 20:20:18 +09:00
2026-06-08 22:52:08 +09:00
2026-06-05 11:54:59 +09:00