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