PageCache class
- Available extensions
Properties
Methods
-
flushAll(
) → Future< void> -
flushPage(
int pageId) → Future< void> -
Available on PageCache, provided by the PageCacheCheckpoint extension
Flush a single page to the pager (if dirty). Used by CheckpointManager for incremental dirty-page flushing. -
get(
int pageId) → Future< Uint8List> -
invalidate(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
put(
int pageId, Uint8List data) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited