Page MenuHomePhabricator

Introduce a serializing key-value cache proxy
ClosedPublic

Authored by epriestley on Dec 6 2016, 1:12 PM.
Tags
None
Referenced Files
F15537370: D16999.diff
Thu, Apr 24, 1:21 PM
F15518386: D16999.id40891.diff
Sat, Apr 19, 1:09 PM
F15440519: D16999.id.diff
Wed, Mar 26, 1:09 PM
F15437057: D16999.diff
Mar 25 2025, 5:16 PM
F15343593: D16999.diff
Mar 9 2025, 11:44 PM
F15334546: D16999.id40891.diff
Mar 8 2025, 10:18 AM
F15334545: D16999.id.diff
Mar 8 2025, 10:18 AM
F15334544: D16999.diff
Mar 8 2025, 10:18 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.