-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Labels
Description
While running some tests with EhCache, I observed very promising results.
This issue was motivated by discussions in PR #2439 .
Initially, the goal was to replace SQL code in AbstractTranscriptTask.java
and OCRParser.java
. This resulted in significantly simplified code. Later, I expanded the implementation to make cache parameters configurable. It’s now possible to define the size of the three cache tiers:
- Heap
- Off-heap
- Persistent
Additionally, there's now an option to configure the cache location:
- Global: stored in $HOME/.iped
- Temporary: stored in a temp directory
I will submit a pull request shortly with the related code changes.
wladimirleite and marcosammoura