Package jadx.api.usage.impl
Class InMemoryUsageInfoCache
java.lang.Object
jadx.api.usage.impl.InMemoryUsageInfoCache
- All Implemented Interfaces:
IUsageInfoCache,Closeable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IUsageInfoDataprivate int`data` field tied to root node instance, keep hash to reset cache on change -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()@Nullable IUsageInfoDatavoidset(RootNode root, IUsageInfoData data)
-
Field Details
-
data
-
rootNodeHash
private int rootNodeHash`data` field tied to root node instance, keep hash to reset cache on change
-
-
Constructor Details
-
InMemoryUsageInfoCache
public InMemoryUsageInfoCache()
-
-
Method Details
-
get
- Specified by:
getin interfaceIUsageInfoCache
-
set
- Specified by:
setin interfaceIUsageInfoCache
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-