Configure the cache

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

Syntax

C#
ICache BuildCache(
	string regionName,
	IDictionary<string, string> properties
)
Visual Basic
Function BuildCache ( _
	regionName As String, _
	properties As IDictionary(Of String, String) _
) As ICache
Visual C++
ICache^ BuildCache(
	String^ regionName, 
	IDictionary<String^, String^>^ properties
)

Parameters

regionName
Type: System..::..String
the name of the cache region
properties
Type: System.Collections.Generic..::..IDictionary<(Of <(<'String, String>)>)>
configuration settings

Return Value

[Missing <returns> documentation for "M:NHibernate.Cache.ICacheProvider.BuildCache(System.String,System.Collections.Generic.IDictionary{System.String,System.String})"]

See Also