Generates increasing identifiers (in a single application domain only).

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class Timestamper
C#
public sealed class Timestamper
Visual C++
public ref class Timestamper sealed
JavaScript
NHibernate.Cache.Timestamper = function();

Type.createClass(
	'NHibernate.Cache.Timestamper');

Remarks

Not valid across multiple application domains. Identifiers are not necessarily strictly increasing, but usually are.

Inheritance Hierarchy

System..::.Object
  NHibernate.Cache..::.Timestamper

See Also