Interface ProgramCache
- All Known Implementing Classes:
DiskProgramCache, EmptyProgramCache, InMemoryProgramCache
public interface ProgramCache
-
Method Summary
Modifier and TypeMethodDescriptionget(MethodReference method, CacheStatus status) voidstore(MethodReference method, Program program, Supplier<String[]> dependencies)
-
Method Details
-
get
-
store
-