Page MenuHomePhabricator

Introduce a serializing key-value cache proxy
ClosedPublic

Authored by epriestley on Dec 6 2016, 1:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 2, 11:34 PM
Unknown Object (File)
Sun, Feb 9, 2:57 AM
Unknown Object (File)
Sun, Feb 9, 2:57 AM
Unknown Object (File)
Sun, Feb 9, 2:57 AM
Unknown Object (File)
Feb 3 2025, 11:49 PM
Unknown Object (File)
Jan 30 2025, 2:42 PM
Unknown Object (File)
Jan 29 2025, 7:01 PM
Unknown Object (File)
Jan 28 2025, 2:09 AM
Subscribers
None

Details

Summary

Ref T11954. I want to store some lists/arrays in the mutable (database) cache, but it only supports string storage.

Provide a serializing wrapper which flattens when values are written and expands them when they're read.

Test Plan

Used by D16997. See that revision.

Diff Detail

Repository
rP Phabricator
Branch
ccache6
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 14777
Build 19323: Run Core Tests
Build 19322: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Introduce a serializing key-value cache proxy.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Dec 6 2016, 4:32 PM
This revision was automatically updated to reflect the committed changes.