piranha.core
piranha.core copied to clipboard
Support for async cache implementation
I’ve implemented a simple distributed cache provider using StackExchange Redis client, but I have to use its synchronous API. It’d be great if Piranha supported async cache implementations.
This is related to #102 as the cache is used from within the Api. So in order to use an async cache service the api has to be async as well.