Can the timestamped transaction re-cache this locked item now?

Namespace:  NHibernate.Cache
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Function IsPuttable ( _
	txTimestamp As Long, _
	newVersion As Object, _
	comparator As IComparer _
) As Boolean
C#
public bool IsPuttable(
	long txTimestamp,
	Object newVersion,
	IComparer comparator
)
Visual C++
public:
virtual bool IsPuttable(
	long long txTimestamp, 
	Object^ newVersion, 
	IComparer^ comparator
) sealed
JavaScript
function isPuttable(txTimestamp, newVersion, comparator);

Parameters

txTimestamp
Type: System..::.Int64
newVersion
Type: System..::.Object
comparator
Type: System.Collections..::.IComparer

Implements

ILockable..::.IsPuttable(Int64, Object, IComparer)

See Also