Enable separate cache DBs for separate FEDOT instances
Created by: IIaKyJIuH
Currently there is no way to use caching while running two or more separate instances of FEDOT simultaneously, cause they are deleting each others database files.
So it is common to see something like
The problem is in this caching db class method. It was created in order to free memory on a hard disk from the old db files.
It is required to propose some solution that will still be cleaning up the memory after running FEDOT and at the same time it won't influence on the separate runs.