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