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

Syntax

Visual Basic (Declaration)
Function IsGettable ( _
	txTimestamp As Long _
) As Boolean
C#
bool IsGettable(
	long txTimestamp
)
Visual C++
bool IsGettable(
	long long txTimestamp
)
JavaScript
function isGettable(txTimestamp);

Parameters

txTimestamp
Type: System..::.Int64

See Also