All Packages Class Hierarchy This Package Previous Next Index
Class buildtools.CacheStore
java.lang.Object
|
+----buildtools.CacheStore
- public class CacheStore
- extends Object
-
CacheStore()
-
-
getCacheDirectory(File, File)
- A convenient way to take a file and generate a unique cache directory for it
to use.
CacheStore
public CacheStore()
getCacheDirectory
public static synchronized String getCacheDirectory(File basedir,
File reference)
- A convenient way to take a file and generate a unique cache directory for it
to use. The directory it returns is created on disk.
- Parameters:
- base - The base for the file cache
- reference - The file to use to determine how to generate the cache
namespace
All Packages Class Hierarchy This Package Previous Next Index