InMemoryPropositionRunLinkStore

constructor(runStore: ExtractionRunStore, propositionStore: PropositionStore, maxRuns: Int)

Parameters

runStore

Where the run end of a link is resolved.

propositionStore

Where the proposition end is resolved.

maxRuns

The most runs this store keeps links for before it starts forgetting the ones it linked earliest. Must be positive. The default, 10,000, matches InMemoryExtractionRunStore.