FileCache

Package: ghidra.formats.gfilesystem
Type: class

10.1_PUBLIC

addedfield: MAX_INMEM_FILESIZE
static int MAX_INMEM_FILESIZE
addedmethod: performCacheMaintOnOldDirIfNeeded
static void performCacheMaintOnOldDirIfNeeded(java.io.File oldCacheDir)
removedmethod: addFile
ghidra.formats.gfilesystem.FileCacheEntry addFile(java.io.File f, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: addStream
ghidra.formats.gfilesystem.FileCacheEntry addStream(java.io.InputStream is, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException
removedmethod: getFile
ghidra.formats.gfilesystem.FileCacheEntry getFile(java.lang.String md5)
removedmethod: getFileAddCount
int getFileAddCount()
removedmethod: getFileReUseCount
int getFileReUseCount()
removedmethod: getMaxFileAgeMS
long getMaxFileAgeMS()
removedmethod: getStorageEstimateBytes
long getStorageEstimateBytes()
removedmethod: pushStream
ghidra.formats.gfilesystem.FileCacheEntry pushStream(ghidra.formats.gfilesystem.DerivedFilePushProducer pusher, ghidra.util.task.TaskMonitor monitor) throws IOException, CancelledException

9.0.1_PUBLIC

introducedInitial version