Uses of Interface
org.teavm.cache.CacheStatus
Packages that use CacheStatus
-
Uses of CacheStatus in org.teavm.backend.c.generate
Constructors in org.teavm.backend.c.generate with parameters of type CacheStatusModifierConstructorDescriptionClassGenerator(GenerationContext context, TagRegistry tagRegistry, Decompiler decompiler, CacheStatus cacheStatus)
-
Uses of CacheStatus in org.teavm.cache
Classes in org.teavm.cache that implement CacheStatusModifier and TypeClassDescriptionclass
class
class
class
Methods in org.teavm.cache with parameters of type CacheStatusModifier and TypeMethodDescriptionDiskMethodNodeCache.get(MethodReference methodReference, CacheStatus cacheStatus)
DiskProgramCache.get(MethodReference method, CacheStatus cacheStatus)
EmptyMethodNodeCache.get(MethodReference methodReference, CacheStatus cacheStatus)
EmptyProgramCache.get(MethodReference method, CacheStatus status)
InMemoryMethodNodeCache.get(MethodReference methodReference, CacheStatus cacheStatus)
InMemoryProgramCache.get(MethodReference method, CacheStatus cacheStatus)
MethodNodeCache.get(MethodReference methodReference, CacheStatus cacheStatus)
DiskMethodNodeCache.getAsync(MethodReference methodReference, CacheStatus cacheStatus)
EmptyMethodNodeCache.getAsync(MethodReference methodReference, CacheStatus cacheStatus)
InMemoryMethodNodeCache.getAsync(MethodReference methodReference, CacheStatus cacheStatus)
MethodNodeCache.getAsync(MethodReference methodReference, CacheStatus cacheStatus)
Constructors in org.teavm.cache with parameters of type CacheStatusModifierConstructorDescriptionAnnotationAwareCacheStatus(CacheStatus underlyingStatus, IncrementalDependencyProvider dependencyProvider, ClassReaderSource classSource)
-
Uses of CacheStatus in org.teavm.model
Methods in org.teavm.model with parameters of type CacheStatus -
Uses of CacheStatus in org.teavm.vm
Methods in org.teavm.vm that return CacheStatusMethods in org.teavm.vm with parameters of type CacheStatus