Uses of Interface
org.teavm.model.ProgramCache
-
Packages that use ProgramCache Package Description org.teavm.cache org.teavm.vm -
-
Uses of ProgramCache in org.teavm.cache
Classes in org.teavm.cache that implement ProgramCache Modifier and Type Class Description classDiskProgramCacheclassEmptyProgramCacheclassInMemoryProgramCache -
Uses of ProgramCache in org.teavm.vm
Methods in org.teavm.vm that return ProgramCache Modifier and Type Method Description ProgramCacheTeaVM. getProgramCache()Methods in org.teavm.vm with parameters of type ProgramCache Modifier and Type Method Description voidTeaVM. setProgramCache(ProgramCache programCache)
-