Hi Mark,
There is a simple way that should work. I do not know which version you run but the latest 1.2.0
allows you to
import pydna
pydna.open_config_folder()
Which should open the config folder in the file browser.
Inside is the pydna.ini file.
Mine currently has this content:
[main]
loglevel=30
data_dir=/home/bjorn/.local/share/pydna
log_dir=/home/bjorn/.cache/pydna/log
ape=tclsh /home/bjorn/.ApE/apeextractor/ApE.vfs/lib/app-AppMain/AppMain.tcl
cache=nocache
primers=/home/bjorn/Dropbox/wikidata/Primers.txt
The line that says cache=nocache should turn off the cache.
Please let me know if this works for you.
/bjorn