Skip to content
Snippets Groups Projects
Commit ca5bc456 authored by tcarver's avatar tcarver
Browse files

define a cache file system path

parent 33f05a9a
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,10 @@ public class Options extends Properties
/** Set by getInvisibleQualifiers() and reset by resetCachedValues() */
private StringVector invisible_qualifiers = null;
public static String CACHE_PATH =
System.getProperty("user.home") + File.separatorChar +
".artemis" + File.separatorChar + "cache" + File.separatorChar;
/**
* Create a new Options object with default settings for the options.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment