[Missing <summary> documentation for "M:NHibernate.Cache.StandardQueryCacheFactory.GetQueryCache(System.String,NHibernate.Cache.UpdateTimestampsCache,NHibernate.Cfg.Settings,System.Collections.Generic.IDictionary{System.String,System.String})"]

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

Syntax

C#
public IQueryCache GetQueryCache(
	string regionName,
	UpdateTimestampsCache updateTimestampsCache,
	Settings settings,
	IDictionary<string, string> props
)
Visual Basic
Public Function GetQueryCache ( _
	regionName As String, _
	updateTimestampsCache As UpdateTimestampsCache, _
	settings As Settings, _
	props As IDictionary(Of String, String) _
) As IQueryCache
Visual C++
public:
virtual IQueryCache^ GetQueryCache(
	String^ regionName, 
	UpdateTimestampsCache^ updateTimestampsCache, 
	Settings^ settings, 
	IDictionary<String^, String^>^ props
) sealed

Parameters

regionName
Type: System..::..String

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

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

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

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

[Missing <param name="settings"/> documentation for "M:NHibernate.Cache.StandardQueryCacheFactory.GetQueryCache(System.String,NHibernate.Cache.UpdateTimestampsCache,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.StandardQueryCacheFactory.GetQueryCache(System.String,NHibernate.Cache.UpdateTimestampsCache,NHibernate.Cfg.Settings,System.Collections.Generic.IDictionary{System.String,System.String})"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cache.StandardQueryCacheFactory.GetQueryCache(System.String,NHibernate.Cache.UpdateTimestampsCache,NHibernate.Cfg.Settings,System.Collections.Generic.IDictionary{System.String,System.String})"]

Implements

IQueryCacheFactory..::..GetQueryCache(String, UpdateTimestampsCache, Settings, IDictionary<(Of <<'(String, String>)>>))

See Also