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();
 }