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