Initializes a new instance of the StandardQueryCache class

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

Syntax

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

Parameters

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

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

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

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

updateTimestampsCache
Type: NHibernate.Cache..::..UpdateTimestampsCache

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

regionName
Type: System..::..String

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

See Also