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

Syntax

Visual Basic (Declaration)
Public Function BuildCache ( _
	regionName As String, _
	properties As IDictionary _
) As ICache
C#
public ICache BuildCache(
	string regionName,
	IDictionary properties
)
Visual C++
public:
virtual ICache^ BuildCache(
	String^ regionName, 
	IDictionary^ properties
) sealed
JavaScript
function buildCache(regionName, properties);

Parameters

regionName
Type: System..::.String
properties
Type: System.Collections..::.IDictionary

Return Value

Implements

ICacheProvider..::.BuildCache(String, IDictionary)

See Also