Package org.teavm.cache
Interface MethodNodeCache
- All Known Implementing Classes:
DiskMethodNodeCache,EmptyMethodNodeCache,InMemoryMethodNodeCache
public interface MethodNodeCache
-
Method Summary
Modifier and TypeMethodDescriptionget(MethodReference methodReference, CacheStatus cacheStatus) getAsync(MethodReference methodReference, CacheStatus cacheStatus) voidstore(MethodReference methodReference, AstCacheEntry entry, Supplier<String[]> dependencies) voidstoreAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies)
-
Method Details
-
get
-
store
-
getAsync
-
storeAsync
void storeAsync(MethodReference methodReference, AsyncMethodNode node, Supplier<String[]> dependencies)
-