Property IsResyncExpiredItems
IsResyncExpiredItems
Gets/Sets a value indicating whether the object when expired will cause a re-fetch of the object from the master datasource. (Resync Expired Items)
Declaration
public bool IsResyncExpiredItems { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | true if "Resync Expired Items" on this object has been set; otherwise, false. The default is false. |
Remarks
Whenever an expired item is fetched from the cache it is read thru the datasource. If the item is not available in the datasource the item is removed from the cache and null value is returned.
Note: For "Resync Expired Items" to work you must a specify read through provider for the cache. For more information on read through providers see online documentation.