Class EmptyMethodNodeCache
java.lang.Object
org.teavm.cache.EmptyMethodNodeCache
- All Implemented Interfaces:
MethodNodeCache
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionget(MethodReference methodReference, CacheStatus cacheStatus) getAsync(MethodReference methodReference, CacheStatus cacheStatus) voidstore(MethodReference methodReference, AstCacheEntry node, Supplier<String[]> dependencies) voidstoreAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies)
-
Field Details
-
INSTANCE
-
-
Method Details
-
get
- Specified by:
getin interfaceMethodNodeCache
-
store
public void store(MethodReference methodReference, AstCacheEntry node, Supplier<String[]> dependencies) - Specified by:
storein interfaceMethodNodeCache
-
getAsync
- Specified by:
getAsyncin interfaceMethodNodeCache
-
storeAsync
public void storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies) - Specified by:
storeAsyncin interfaceMethodNodeCache
-