Layer Memoization and KeyValueStore Provisioning
Question on layer memoization, given:
Will both layers actually get the file system kv store?
Will both layers actually get the file system kv store?
SomeLayer.pipe(
Layer.provide(KeyValueStore.layerFileSystem("./_cache")))SomeOtherLayer.pipe(
Layer.provide(KeyValueStore.layerMemory()))