Skip to content

IBlobCache.Vacuum() method

Defined in

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

Applies to

netstandard2.0

IObservable<Unit> Vacuum()

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.