ObjectCache and RavenDB Changes
RavenDb provides a push notifications mechanism, named Changes API, that allows you to receive messages from a server about events that occurred there. This mechanism makes is extremely simple to create a ChangeMonitor class that can be used with CacheItemPolicy, in order to expire cache items when something happens on the server (such as a document being … Read more