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
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
| Name | Type | Description |
|---|---|---|
type | Type | The type. |
Returns: IObservable