public class TempFileCache extends Object
Constructor and Description |
---|
TempFileCache() |
Modifier and Type | Method and Description |
---|---|
File |
getBaseDir()
Base temp directory used by TempFileCache.
|
File |
getRootDir()
Root temp directory for this JVM instance.
|
File |
getTempDir()
Temporary directory for individual files (eg.
|
static boolean |
initSingleton()
Documented way to kick off static initialization
|
boolean |
isValid() |
public static boolean initSingleton()
public boolean isValid()
public File getBaseDir()
public File getRootDir()
public File getTempDir()