-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui.result.ResultStorage
public final class GenericDocumentResultLruStorage implements ResultStorage<GenericDocument>Stores and provides access to the scanning result of the given type by ResultId This implementation uses LRU cache as a storage to keep the memory usage low even if many results will be added to the storage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGenericDocumentResultLruStorage.Companion
-
Constructor Summary
Constructors Constructor Description GenericDocumentResultLruStorage()
-