com.sleepycat.db
public class CacheFile extends Object
| Method Summary | |
|---|---|
| long | getMaximumSize() |
| boolean | getNoFile() |
| CacheFilePriority | getPriority() |
| boolean | getUnlink() |
| void | setMaximumSize(long bytes) |
| void | setNoFile(boolean onoff) |
| void | setPriority(CacheFilePriority priority) |
| void | setUnlink(boolean onoff) |