DistributedCache - don't serialize payload on local node

This commit is contained in:
Stephan
2015-04-08 14:21:58 +02:00
parent 918bb761b2
commit 99ff86aefb
10 changed files with 144 additions and 37 deletions

View File

@@ -138,6 +138,10 @@ namespace Umbraco.Tests.Cache.DistributedCache
public List<string> PayloadsRefreshed = new List<string>();
public int CountOfFullRefreshes = 0;
public void PerformRefresh(IEnumerable<IServerAddress> servers, ICacheRefresher refresher, object payload)
{
// doing nothing
}
public void PerformRefresh(IEnumerable<IServerAddress> servers, ICacheRefresher refresher, string jsonPayload)
{