Skip to content

SerializerExtensions.InvalidateAllObjects(IBlobCache) method

Defined in

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

Applies to

netstandard2.0

public static IObservable<Unit> InvalidateAllObjects<T>(this IBlobCache blobCache)

View source

Summary: Invalidates all objects of the specified type. To invalidate all objects regardless of type, use InvalidateAll.

Type parameters

NameDescription
TThe type of object associated with the blob.

Parameters

NameTypeDescription
blobCache[IBlobCache](#The blob cache.

Returns: IObservable -- A Future result representing the completion of the invalidation.