IObjectCache<TKey, TValue>.Refresh Method

Scanjour Workflow4 Reference Manual
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: 22.1.0.0 (22.1.0.0)
Syntax

void Refresh(
	Func<DateTime, IEnumerable<KeyValuePair<TKey, DateTime>>> getUpdated
)

Parameters

getUpdated
Type: System.Func<DateTime, IEnumerable<KeyValuePair<TKey, DateTime>>>
Function that returns Keys of items changed after
See Also

Reference