Open
Description
This is more of a feature request to support scenario of a horizontally-scaled application which doesn't have the liberty to use Redis.
The idea is to have cache data in-memory, but allow one instance to invalidate the cache of other instances.
A form of gossip protocol can be used to identify nodes of an application.