Removes all items from cache that is newer in the repository
Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
void Refresh( Uri uri, Func<DateTime, IEnumerable<KeyValuePair<TKey, DateTime>>> getUpdated )
Parameters
- uri
- Type: SystemUri
[Missing <param name="uri"/> documentation for "M:Scanjour.Workflow4.Base.Cache.IObjectCache`2.Refresh(System.Uri,System.Func{System.DateTime,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.DateTime}}})"]
- getUpdated
- Type: SystemFuncDateTime, IEnumerableKeyValuePairTKey, DateTime
Function that returns Keys of items changed after
See Also