Sourceval v_exn :
?flush_callback:(unit -> unit) ->
?fresh:bool ->
?readonly:bool ->
?throttle:[ `Block_writes | `Overcommit_memory ] ->
?lru_size:int ->
log_size:int ->
string ->
t Sourceval v :
?flush_callback:(unit -> unit) ->
?fresh:bool ->
?readonly:bool ->
?throttle:[ `Block_writes | `Overcommit_memory ] ->
?lru_size:int ->
log_size:int ->
string ->
(t, [> `Index_failure of string | `Io_misc of Io.misc_error ]) result Sourceval flush :
t ->
with_fsync:bool ->
(unit,
[> `Index_failure of string | `Io_misc of Io.misc_error | `Ro_not_allowed ])
result