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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	settings As Settings, _
	props As IDictionary _
)
C#
public UpdateTimestampsCache(
	Settings settings,
	IDictionary props
)
Visual C++
public:
UpdateTimestampsCache(
	Settings^ settings, 
	IDictionary^ props
)
JavaScript
NHibernate.Cache.UpdateTimestampsCache = function(settings, props);

See Also