IObjectCacheTKey, TValueRefresh 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: 21.3.0.0 (21.3.0.0)
Syntax

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

Parameters

getUpdated
Type: SystemFuncDateTime, IEnumerableKeyValuePairTKey, DateTime
Function that returns Keys of items changed after
See Also

Reference