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