Package ghidra.framework.store.db
Class PackedDatabaseCache
- java.lang.Object
-
- ghidra.framework.store.db.PackedDatabaseCache
-
public class PackedDatabaseCache extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PackedDatabaseCache
getCache()
static boolean
isEnabled()
-
-
-
Method Detail
-
isEnabled
public static boolean isEnabled()
-
getCache
public static PackedDatabaseCache getCache() throws java.io.IOException
- Throws:
java.io.IOException
-
-