The timestamp on the cached data

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FreshTimestamp As Long
C#
public long FreshTimestamp { get; }
Visual C++
public:
property long long FreshTimestamp {
	long long get ();
}
JavaScript
function get_freshTimestamp();

See Also