IObjectCacheTKey, TValueRefresh Method

Removes all items from cache that is newer in the repository

Definition

Namespace: Scanjour.Workflow4.Base.Cache
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
void Refresh(
	Uri uri,
	Func<DateTime, IEnumerable<KeyValuePair<TKey, DateTime>>> getUpdated
)

Parameters

uri  Uri

[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  FuncDateTime, IEnumerableKeyValuePairTKey, DateTime
Function that returns Keys of items changed after

See Also