Package ghidra.util.task
Interface CachingLoader<T>
- 
- All Known Implementing Classes:
- CachingSwingWorker
 
 public interface CachingLoader<T>
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()Tget(TaskMonitor monitor)
 
- 
- 
- 
Method Detail- 
getT get(TaskMonitor monitor) 
 - 
clearvoid clear() 
 
- 
 
-