Gets or sets the cache region name.

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

Syntax

Visual Basic (Declaration)
Public Property CacheRegionName As String
C#
public string CacheRegionName { get; set; }
Visual C++
public:
property String^ CacheRegionName {
	String^ get ();
	void set (String^ value);
}
JavaScript
function get_cacheRegionName();
function set_cacheRegionName(value);

Field Value

The region name used with the Cache.

See Also