EncryptedSqliteBlobCache.InvalidateAll(Type) method¶
Defined in
Type: EncryptedSqliteBlobCache
Namespace: ReactiveMarbles.CacheDatabase.EncryptedSqlite3
Assembly: ReactiveMarbles.CacheDatabase.EncryptedSqlite3.dll
Applies to
netstandard2.0
Overloads¶
- 1.
public IObservable<Unit> InvalidateAll(Type type) - 2.
public IObservable<Unit> InvalidateAll()
1. Overload¶
public IObservable<Unit> InvalidateAll(Type type)
Inherited documentation
These docs were inherited from IBlobCache. The member doesn't override them on this type.
Summary: Invalidates all entries for the specified type.
Parameters
| Name | Type | Description |
|---|---|---|
type | Type | The type to invalidate. |
Returns: IObservable
2. Overload¶
public IObservable<Unit> InvalidateAll()
Inherited documentation
These docs were inherited from IBlobCache. The member doesn't override them on this type.
Summary: Invalidate all entries in the cache (i.e. clear it). Note that this method is blocking and incurs a significant performance penalty if used while the cache is being used on other threads.
Returns: IObservable