Initializes a new instance of the UpdateTimestampsCache class

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

Syntax

C#
public UpdateTimestampsCache(
	Settings settings,
	IDictionary<string, string> props
)
Visual Basic
Public Sub New ( _
	settings As Settings, _
	props As IDictionary(Of String, String) _
)
Visual C++
public:
UpdateTimestampsCache(
	Settings^ settings, 
	IDictionary<String^, String^>^ props
)

Parameters

settings
Type: NHibernate.Cfg..::..Settings

[Missing <param name="settings"/> documentation for "M:NHibernate.Cache.UpdateTimestampsCache.#ctor(NHibernate.Cfg.Settings,System.Collections.Generic.IDictionary{System.String,System.String})"]

props
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>

[Missing <param name="props"/> documentation for "M:NHibernate.Cache.UpdateTimestampsCache.#ctor(NHibernate.Cfg.Settings,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also