Closed henridf closed 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.
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.