The timestamp on the cached data

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

Syntax

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

See Also