Package org.teavm.cache
Interface CacheStatus
-
- All Known Implementing Classes:
AlwaysStaleCacheStatus,AnnotationAwareCacheStatus,DiskCachedClassReaderSource,MemoryCachedClassReaderSource
public interface CacheStatus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisStaleClass(java.lang.String className)booleanisStaleMethod(MethodReference method)
-
-
-
Method Detail
-
isStaleClass
boolean isStaleClass(java.lang.String className)
-
isStaleMethod
boolean isStaleMethod(MethodReference method)
-
-