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

Syntax

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

See Also