Summary description for ILockable.

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

Syntax

Visual Basic (Declaration)
Public Interface ILockable
C#
public interface ILockable
Visual C++
public interface class ILockable
JavaScript
NHibernate.Cache.ILockable = function();
NHibernate.Cache.ILockable.createInterface('NHibernate.Cache.ILockable');

See Also