Uses of Class
org.teavm.cache.AstCacheEntry
-
Packages that use AstCacheEntry Package Description org.teavm.cache -
-
Uses of AstCacheEntry in org.teavm.cache
Methods in org.teavm.cache that return AstCacheEntry Modifier and Type Method Description AstCacheEntryDiskMethodNodeCache. get(MethodReference methodReference, CacheStatus cacheStatus)AstCacheEntryEmptyMethodNodeCache. get(MethodReference methodReference, CacheStatus cacheStatus)AstCacheEntryInMemoryMethodNodeCache. get(MethodReference methodReference, CacheStatus cacheStatus)AstCacheEntryMethodNodeCache. get(MethodReference methodReference, CacheStatus cacheStatus)Methods in org.teavm.cache with parameters of type AstCacheEntry Modifier and Type Method Description voidDiskMethodNodeCache. 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)
-