static File javaxCachesDir_dir; // can be set to work on different base dir static File javaxCachesDir() { ret javaxCachesDir_dir != null ? javaxCachesDir_dir : new File(userHome(), "JavaX-Caches"); } static File javaxCachesDir(S sub) { ret newFile(javaxCachesDir(), sub); }