[Missing <summary> documentation for "M:NHibernate.Cache.ReadWriteCache.ILockable.IsGettable(System.Int64)"]

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

Syntax

C#
bool IsGettable(
	long txTimestamp
)
Visual Basic
Function IsGettable ( _
	txTimestamp As Long _
) As Boolean
Visual C++
bool IsGettable(
	long long txTimestamp
)

Parameters

txTimestamp
Type: System..::..Int64

[Missing <param name="txTimestamp"/> documentation for "M:NHibernate.Cache.ReadWriteCache.ILockable.IsGettable(System.Int64)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cache.ReadWriteCache.ILockable.IsGettable(System.Int64)"]

See Also