DBObjectCache
Package:
ghidra.program.database
Type:
class
10.0_PUBLIC
added
method
:
get
T get(
db.
DBRecord objectRecord)
removed
method
:
get
T get(
db.
Record objectRecord)
9.2_PUBLIC
modified
method
:
getCachedObjects
return type: ArrayList → List
- java.
util.
ArrayList
<
T
> getCachedObjects(
)
+ java.
util.
List
<
T
> getCachedObjects(
)
removed
method
:
invalidate
void invalidate(
long startKey,
long endKey)
removed
method
:
invalidate
void invalidate(
long key)
9.0.1_PUBLIC
introduced
Initial version