public DbCache(DB db, byte prefix, WriteBatch batch = null) { this.db = db; this.batch = batch; this.prefix = prefix; }