Package jadx.api.impl
Class InMemoryCodeCache
java.lang.Object
jadx.api.impl.InMemoryCodeCache
- All Implemented Interfaces:
ICodeCache,Closeable,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
storage
-
-
Constructor Details
-
InMemoryCodeCache
public InMemoryCodeCache()
-
-
Method Details
-
add
- Specified by:
addin interfaceICodeCache
-
remove
- Specified by:
removein interfaceICodeCache
-
get
- Specified by:
getin interfaceICodeCache
-
getCode
- Specified by:
getCodein interfaceICodeCache
-
contains
- Specified by:
containsin interfaceICodeCache
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
toString
-