Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property Cache As ICache |
C# |
---|
public ICache Cache { get; set; } |
Visual C++ |
---|
public: virtual property ICache^ Cache { ICache^ get () sealed; void set (ICache^ value) sealed; } |
JavaScript |
---|
function get_cache(); function set_cache(value); |