offsetToLoadingKey abstract method

  1. @protected
LoadingKey offsetToLoadingKey(
  1. Offset offset
)

Should generate a loading key based on the offset.

If multiple pages can be loaded simultaneously, each offset must have a unique loading key. Otherwise, it can have any value.

Implementation

@protected
LoadingKey offsetToLoadingKey(Offset offset);