load method of the PageStorage interface
Returns the data of the certain page, associated with the specified key.
Please note that this method might throw an Exception that should be handled.
@WorkerThread
byte[] load(
String pageId,
String key
) throws Exception;
Parameters
- pageId
- Identifier of the page with certain data.
- key
- The key, associated with the data to be edited.
Return values
The method returns required data about the page.
02.03.2022 12:59:15