AcTools.LapTimes.LevelDbUtils.LevelDbInterop.leveldb_options_set_cache C# (CSharp) Method

leveldb_options_set_cache() private method

private leveldb_options_set_cache ( IntPtr options, IntPtr cache ) : void
options System.IntPtr
cache System.IntPtr
return void
        public static extern void leveldb_options_set_cache(IntPtr /*Options*/ options, IntPtr /*Cache*/ cache);