SoCreate / service-fabric-distributed-cache

MIT License
36 stars 19 forks source link

Correct usage #18

Closed viktoria-zh closed 4 years ago

viktoria-zh commented 4 years ago

Hello! Can I use this library in a Stateless Service fabric service? I did not manage to find this info in documentation. Thank you in advance.

lurock commented 4 years ago

The (client/consumer) that is adding and getting items from the cache can be a Stateless Service Fabric service, but the Distributed Cache store needs to be a Stateful Service Fabric service.