Cache allocated chunks of memory that are needed for very short periods of time. The memory is not zeroed on allocation.
示例#1
0
 public void Setup()
 {
     this.memoryCache = new MemoryCache(BufferSize, MaxBuffers);
 }
示例#2
0
 public void Setup()
 {
     this.memoryCache = new MemoryCache();
 }