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