Example #1
0
 //---------------------------------------------------------------------
 public GrainDCache(IDCacheContext dcache_context)
 {
     DCacheMapCount           = dcache_context.DCacheMapCount;
     DCacheMasterSlaveMaxDeep = dcache_context.DCacheMasterSlaveMaxDeep;
     DCacheMasterSlaveCount   = dcache_context.DCacheMasterSlaveCount;
 }
 //---------------------------------------------------------------------
 public GrainDCache(IDCacheContext dcache_context)
 {
     DCacheMapCount = dcache_context.DCacheMapCount;
     DCacheMasterSlaveMaxDeep = dcache_context.DCacheMasterSlaveMaxDeep;
     DCacheMasterSlaveCount = dcache_context.DCacheMasterSlaveCount;
 }