Gets/Sets the flag which indicates whether item should be reloaded on expiration if ReadThru provider is specified.

Namespace: Alachisoft.NCache.Runtime.Caching
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public bool ResyncItemOnExpiration { get; set; }
Visual Basic
Public Property ResyncItemOnExpiration As Boolean
	Get
	Set
Visual C++
public:
property bool ResyncItemOnExpiration {
	bool get ();
	void set (bool value);
}

See Also