BufferPool manages the reading and writing of pages into memory from disk. Access methods call into it to retrieve pages, and it fetches pages from the appropriate location. The BufferPool is also responsible for locking; when a transaction fetches a page, BufferPool which check that the transac
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected