Page MenuHomeDevCentral

Swap local cache library for Keruald Cache implementation
ClosedPublic

Authored by dereckson on Nov 10 2025, 22:47.
Tags
None
Referenced Files
F48773506: D3865.id10008.diff
Tue, Sep 8, 10:38
Unknown Object (File)
Sat, Sep 5, 01:00
Unknown Object (File)
Thu, Aug 27, 21:21
Unknown Object (File)
Thu, Aug 27, 20:53
Unknown Object (File)
Thu, Aug 27, 02:43
Unknown Object (File)
Mon, Aug 24, 03:57
Unknown Object (File)
Sat, Aug 22, 10:12
Unknown Object (File)
Sat, Aug 22, 00:22
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
Lint Not Applicable
Unit
Tests Not Applicable