Page MenuHomeDevCentral

Swap local cache library for Keruald Cache implementation
ClosedPublic

Authored by dereckson on Nov 10 2025, 22:47.
Tags
None
Referenced Files
F44954313: D3865.id10009.diff
Wed, Aug 19, 12:12
F44950171: D3865.id10008.diff
Wed, Aug 19, 11:42
F44846405: D3865.id10009.diff
Tue, Aug 18, 23:50
F44813491: D3865.diff
Tue, Aug 18, 20:26
Unknown Object (File)
Mon, Aug 17, 22:46
Unknown Object (File)
Mon, Aug 17, 14:19
Unknown Object (File)
Sun, Aug 16, 15:06
Unknown Object (File)
Sat, Aug 15, 12:57
Subscribers
None

Details

Summary

Keruald Cache code was actually based on Zed/Obsidian version,
tweaked for PSR-16.

As such, cache changes are:

  • every miss returns null, no need to check for false
  • serialize/unserialize are done at cache level, not calling code level

Ref T2145

Test Plan

Ensure we can still load user workspaces

Diff Detail

Repository
rOBSIDIAN Obsidian Workspaces
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
main
Build Status
Buildable 6168
Build 6452: arc lint + arc unit