Package jadx.api.usage
Interface IUsageInfoCache
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
EmptyUsageInfoCache,InMemoryUsageInfoCache
public interface IUsageInfoCache extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable IUsageInfoDataget(RootNode root)voidset(RootNode root, IUsageInfoData data)
-
-
-
Method Detail
-
get
@Nullable @Nullable IUsageInfoData get(RootNode root)
-
set
void set(RootNode root, IUsageInfoData data)
-
-