/// <summary>
 /// Transfers the child cache objects to current instance from the source instance.
 /// Useful for mantaining the cache even in case of refreshes to shard map objects.
 /// </summary>
 /// <param name="source">Source cached shard map to copy child objects from.</param>
 internal void TransferStateFrom(CacheShardMap source)
 {
     this.Mapper = source.Mapper;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Transfers the child cache objects to current instance from the source instance.
 /// Useful for mantaining the cache even in case of refreshes to shard map objects.
 /// </summary>
 /// <param name="source">Source cached shard map to copy child objects from.</param>
 internal void TransferStateFrom(CacheShardMap source)
 {
     this.Mapper = source.Mapper;
 }