Understanding Cache Instances in Effect Typescript
Hey guys, I have a question about the cache module.
1. Do I understand correctly that you can have multiple cache instances - Cache.make()? For example, each heavy computation type has its own cache entry and can populate it from its results using different cache keys.
2. Or was it designed to be created once and contain the cache of your whole app?
1. Do I understand correctly that you can have multiple cache instances - Cache.make()? For example, each heavy computation type has its own cache entry and can populate it from its results using different cache keys.
2. Or was it designed to be created once and contain the cache of your whole app?
