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"); }