Uses of Class
org.teavm.cache.AstCacheEntry
Packages that use AstCacheEntry
-
Uses of AstCacheEntry in org.teavm.cache
Methods in org.teavm.cache that return AstCacheEntryModifier and TypeMethodDescriptionDiskMethodNodeCache.get(MethodReference methodReference, CacheStatus cacheStatus)
EmptyMethodNodeCache.get(MethodReference methodReference, CacheStatus cacheStatus)
InMemoryMethodNodeCache.get(MethodReference methodReference, CacheStatus cacheStatus)
MethodNodeCache.get(MethodReference methodReference, CacheStatus cacheStatus)
Methods in org.teavm.cache with parameters of type AstCacheEntryModifier and TypeMethodDescriptionvoid
DiskMethodNodeCache.store(MethodReference methodReference, AstCacheEntry entry, Supplier<String[]> dependencies)
void
EmptyMethodNodeCache.store(MethodReference methodReference, AstCacheEntry node, Supplier<String[]> dependencies)
void
InMemoryMethodNodeCache.store(MethodReference methodReference, AstCacheEntry entry, Supplier<String[]> dependencies)
void
MethodNodeCache.store(MethodReference methodReference, AstCacheEntry entry, Supplier<String[]> dependencies)