alchemistcoin / sandwiched-backend

GNU General Public License v3.0
25 stars 7 forks source link

Refactor caches #44

Closed henridf closed 3 years ago

henridf commented 3 years ago

Refactor caches into a somewhat better composed layout where there is a FooService and a FooCache. Application code only interacts with the FooService, which uses (or may not use) a cache under the hood.

Doing this now as groundwork for #39.