Quote:
Originally Posted by kovidgoyal
The cache is not inside the library folder, it is in whatever folder your OS designates as being for caches, which is LOCAL_APPDATA on windows and it can be overriden via the env var CALIBRE_CACHE_DIRECTORY
And of course for calibre portable it is inside the portable directory.
|
In Linux that typically means ~/.cache will be used if CALIBRE_CACHE_DIRECTORY or XDG_CACHE_HOME haven't been set. Seems like CALIBRE_CACHE_DIRECTORY will be useful for me...