Class CheckRecognizerResultLruStorage

  • All Implemented Interfaces:
    io.scanbot.sdk.ui.result.ResultStorage

    
    public final class CheckRecognizerResultLruStorage
     implements ResultStorage<CheckRecognizerResult>
                        

    Stores and provides access to the recognized 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