public void AddBytesCached(long bytes)
 {
     this.bytesCached += bytes;
     pool.AddBytesCached(bytes);
 }