Skip to content

SqliteBlobCache.Vacuum() method

Defined in

Type: SqliteBlobCache Namespace: ReactiveMarbles.CacheDatabase.Sqlite3 Assembly: ReactiveMarbles.CacheDatabase.Sqlite3.dll

Applies to

netstandard2.0

public IObservable<Unit> Vacuum()

View source

Inherited documentation

These docs were inherited from IBlobCache. The member doesn't override them on this type.

Summary: This method eagerly removes all expired keys from the blob cache, as well as does any cleanup operations that makes sense (Hint: on SQLite3 it does a Vacuum).

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