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)
Summary: Invalidates all objects of the specified type. To invalidate all objects regardless of type, use InvalidateAll.
Type parameters
| Name | Description |
|---|---|
T | The type of object associated with the blob. |
Parameters
| Name | Type | Description |
|---|---|---|
blobCache | [IBlobCache](# | The blob cache. |
Returns: IObservable