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