Method Summary |
|
public ByteBuffer | asByteBuffer(String cache) Opens the access to cache object as a stream. |
public MappedByteBuffer | asMappedByteBuffer(String cache) Getter for mmapped buffer access to the cache. |
public InputStream | asStream(String cache) Opens the access to cache object as a stream. |
public void | discardCaches() |
public boolean | exists(String cache) |
public void | flush(int delay) Flushes all caches. |
public static Stamps | getModulesJARs() Creates instance of stamp that checks timestamp for all files that affect
module classloading and related caches. |
public long | lastModified() Finds out the time of last modifications of files that influnce
this cache. |
static void | main(String... args) This class can be executed from command line to perform various checks
on installed NetBeans, however outside of running NetBeans. |
static long | moduleJARs() Computes and returns timestamp for all files that affect
module classloading and related caches. |
public void | scheduleSave(Updater updater, String cache, boolean append) Method for registering updates to caches. |
public void | shutdown() |
final void | waitFor(boolean noNotify) |