Package org.teavm.cache
Class EmptyProgramCache
- java.lang.Object
-
- org.teavm.cache.EmptyProgramCache
-
- All Implemented Interfaces:
ProgramCache
public class EmptyProgramCache extends Object implements ProgramCache
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyProgramCacheINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Programget(MethodReference method, CacheStatus status)voidstore(MethodReference method, Program program, Supplier<String[]> dependencies)
-
-
-
Field Detail
-
INSTANCE
public static final EmptyProgramCache INSTANCE
-
-
Method Detail
-
get
public Program get(MethodReference method, CacheStatus status)
- Specified by:
getin interfaceProgramCache
-
store
public void store(MethodReference method, Program program, Supplier<String[]> dependencies)
- Specified by:
storein interfaceProgramCache
-
-