IBuffers
.
*/
- public class BufferCacheNOTE: this triggers an external removal of this buffer - * by closing the buffer. + *
NOTE: this triggers an external removal of this buffer by closing the buffer.
*/
@Override
- protected boolean close(LRUCacheEntry
@@ -142,12 +137,10 @@ public class BufferManager implements IBufferFactory {
}
}
-
/**
* Removes a buffer from the table of open buffers.
*/
protected void removeBuffer(IBuffer buffer) {
openBuffers.remove(buffer.getOwner());
}
-
}