[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmSet.Cache"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public HbmCache Cache { get; }
Visual Basic
Public ReadOnly Property Cache As HbmCache
	Get
Visual C++
public:
virtual property HbmCache^ Cache {
	HbmCache^ get () sealed;
}

Implements

ICollectionPropertiesMapping..::..Cache

See Also