mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
Explanation for pager interface
This commit is contained in:
@@ -66,6 +66,9 @@ impl Page {
|
||||
}
|
||||
}
|
||||
|
||||
/// The pager interface implements the persistence layer by providing access
|
||||
/// to pages of the database file, including caching, concurrency control, and
|
||||
/// transaction management.
|
||||
pub struct Pager {
|
||||
page_source: PageSource,
|
||||
page_cache: RefCell<SieveCache<usize, Rc<Page>>>,
|
||||
|
||||
Reference in New Issue
Block a user