Skip to content

IBlobCache.Flush() method

Defined in

Type: IBlobCache Namespace: ReactiveMarbles.CacheDatabase.Core Assembly: ReactiveMarbles.CacheDatabase.Core.dll

Applies to

netstandard2.0

Overloads

  • 1. IObservable<Unit> Flush()
  • 2. IObservable<Unit> Flush(Type type)

1. Overload

IObservable<Unit> Flush()

Summary: This method guarantees that all in-flight inserts have completed and any indexes have been written to disk.

Returns: IObservable -- A signal indicating when the flush is complete.

2. Overload

IObservable<Unit> Flush(Type type)

Summary: This method guarantees that all in-flight inserts have completed and any indexes have been written to disk.

Parameters

NameTypeDescription
typeTypeThe type.

Returns: IObservable -- A signal indicating when the flush is complete.