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

Syntax

Visual Basic (Declaration)
Function GetQueryCache ( _
	regionName As String, _
	updateTimestampsCache As UpdateTimestampsCache, _
	settings As Settings, _
	props As IDictionary _
) As IQueryCache
C#
IQueryCache GetQueryCache(
	string regionName,
	UpdateTimestampsCache updateTimestampsCache,
	Settings settings,
	IDictionary props
)
Visual C++
IQueryCache^ GetQueryCache(
	String^ regionName, 
	UpdateTimestampsCache^ updateTimestampsCache, 
	Settings^ settings, 
	IDictionary^ props
)
JavaScript
function getQueryCache(regionName, updateTimestampsCache, settings, props);

Return Value

See Also