Page MenuHomeDevCentral

Swap local cache library for Keruald Cache implementation
ClosedPublic

Authored by dereckson on Mon, Nov 10, 22:47.

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