public static interface BaseDatasafeDbStorageService.StorageActions
| Modifier and Type | Method and Description |
|---|---|
void |
delete(String id) |
Optional<byte[]> |
read(String id) |
void |
update(String id,
byte[] data) |
Copyright © 2020. All rights reserved.