Class SourceCache<TObject, TKey>
- Namespace
- Dynamic
Data
- Assembly
- DynamicData.dll
An observable cache which exposes an update API. Used at the root of all observable chains.
public sealed class SourceCache<TObject, TKey> : ISourceCache<TObject, TKey>, IObservableCache<TObject, TKey>, IConnectableCache<TObject, TKey>, IDisposable, INotifyCollectionChangedSuspender where TObject : notnull where TKey : notnull
Type Parameters
TObjectThe type of the object.
TKeyThe type of the key.
- Inheritance
-
SourceCache<TObject, TKey>
- Implements
-
ISource
Cache <TObject, TKey>IObservableCache <TObject, TKey>IConnectableCache <TObject, TKey>
- Extension Methods