Method to encapsulate the process of locking/fetching a page. First the method checks the local cache ("dirtypages"), and if it can't find the requested page there, it fetches it from the buffer pool. It also adds pages to the dirtypages cache if they are fetched with read-write permission, since p
(TransactionId tid, HashMap<PageId, Page> dirtypages, BTreePageId pid, Permissions perm)
source not stored for this graph (policy: none)
no test coverage detected