This commit is contained in:
Lucio Lelii 2019-07-17 15:55:12 +00:00
parent 81d18eaffe
commit 341bee4306
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ public interface StorageBackend {
InputStream getContent(String id);
@Deprecated
String getTotalSizeStored();
@Deprecated
String getTotalItemsCount();
void delete(String id);
}