|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjautil.cache.JACacheHandler
jautil.cache.MiscCacheHandler
public class MiscCacheHandler
A miscellaneous cache handler provides access to a local cache for miscellaneous remote files in a JASigning installation, notably properties files.
This is a singleton class. The given JVM's miscellaneous cache handler
can be obtained, after creation if necessary, using the static
factory method getTheMCH()
.
This class is a concrete subclass of JACacheHandler
.
The root directory for the miscellaneous cache is
.jasigning/JA_VERSION_TAG/misc/
under the given user's
base directory, where the middle component identifies the JA version
for the current JVM.
Method Summary | |
---|---|
static MiscCacheHandler |
getTheMCH()
Singleton factory method: returns the single miscellaneous cache handler for this JVM, having first created it if necessary. |
Methods inherited from class jautil.cache.JACacheHandler |
---|
ensureCached, getCachedDataURL, getDataFileURL, getDataFileURLStr, hasACacheEntry, isCached |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static MiscCacheHandler getTheMCH()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |