DBObjectCache

Package: ghidra.program.database
Type: class

10.0_PUBLIC

addedmethod: get
T get(db.DBRecord objectRecord)
removedmethod: get
T get(db.Record objectRecord)

9.2_PUBLIC

modifiedmethod: getCachedObjects
return type: ArrayList → List
- java.util.ArrayList<T> getCachedObjects()
+ java.util.List<T> getCachedObjects()
removedmethod: invalidate
void invalidate(long startKey, long endKey)
removedmethod: invalidate
void invalidate(long key)

9.0.1_PUBLIC

introducedInitial version