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 TypeMethodDescriptionvoidDiskMethodNodeCache.store(MethodReference methodReference, AstCacheEntry entry, Supplier<String[]> dependencies) voidEmptyMethodNodeCache.store(MethodReference methodReference, AstCacheEntry node, Supplier<String[]> dependencies) voidInMemoryMethodNodeCache.store(MethodReference methodReference, AstCacheEntry entry, Supplier<String[]> dependencies) voidMethodNodeCache.store(MethodReference methodReference, AstCacheEntry entry, Supplier<String[]> dependencies)