Package org.teavm.cache
Class AlwaysStaleCacheStatus
- java.lang.Object
-
- org.teavm.cache.AlwaysStaleCacheStatus
-
- All Implemented Interfaces:
CacheStatus
public class AlwaysStaleCacheStatus extends java.lang.Object implements CacheStatus
-
-
Field Summary
Fields Modifier and Type Field Description static AlwaysStaleCacheStatusINSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisStaleClass(java.lang.String className)booleanisStaleMethod(MethodReference method)
-
-
-
Field Detail
-
INSTANCE
public static final AlwaysStaleCacheStatus INSTANCE
-
-
Method Detail
-
isStaleClass
public boolean isStaleClass(java.lang.String className)
- Specified by:
isStaleClassin interfaceCacheStatus
-
isStaleMethod
public boolean isStaleMethod(MethodReference method)
- Specified by:
isStaleMethodin interfaceCacheStatus
-
-