offsetToLoadingKey abstract method
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);