Is using Store without any persistent storage supp...
# store
s
Is using Store without any persistent storage supported? i.e. just as a memory cache?
m
Yeah, you can build a Store without a Source of Truth. The only requirement is a Fetcher
s
thank you
👍 1