Skip to content

EncryptedSqliteBlobCache.Vacuum() method

Defined in

Type: EncryptedSqliteBlobCache Namespace: ReactiveMarbles.CacheDatabase.EncryptedSqlite3 Assembly: ReactiveMarbles.CacheDatabase.EncryptedSqlite3.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.