Gets or sets the cache region name.

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

Syntax

C#
public string CacheRegionName { get; set; }
Visual Basic
Public Property CacheRegionName As String
	Get
	Set
Visual C++
public:
property String^ CacheRegionName {
	String^ get ();
	void set (String^ value);
}

Field Value

The region name used with the Cache.

See Also