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

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

Syntax

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

Parameters

txTimestamp
Type: System..::..Int64

[Missing <param name="txTimestamp"/> documentation for "M:NHibernate.Cache.CacheLock.IsPuttable(System.Int64,System.Object,System.Collections.IComparer)"]

newVersion
Type: System..::..Object

[Missing <param name="newVersion"/> documentation for "M:NHibernate.Cache.CacheLock.IsPuttable(System.Int64,System.Object,System.Collections.IComparer)"]

comparator
Type: System.Collections..::..IComparer

[Missing <param name="comparator"/> documentation for "M:NHibernate.Cache.CacheLock.IsPuttable(System.Int64,System.Object,System.Collections.IComparer)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cache.CacheLock.IsPuttable(System.Int64,System.Object,System.Collections.IComparer)"]

Implements

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

See Also