Class IndexedDiskDumper
java.lang.Object
org.apache.commons.jcs3.auxiliary.disk.indexed.IndexedDiskDumper
Used to dump out a Disk cache from disk for debugging. This is meant to be
 run as a command line utility for
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
IndexedDiskDumperpublic IndexedDiskDumper()
 
- 
- 
Method Details- 
mainThe main program for the DiskDumper classCreates a disk cache and then calls dump, which write out the contents to a debug log. - Parameters:
- args- The command line arguments
 
 
-