Beispiel #1
0
 public static IntPtr leveldb_cache_create_lru(int capacity)
 {
     return(NativeRocksDB.rocksdb_cache_create_lru(capacity));
 }