Callback to perform any necessary cleanup of the underlying cache implementation during SessionFactory.close().
Namespace:
NHibernate.CacheAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Stop |
C# |
---|
public void Stop() |
Visual C++ |
---|
public: virtual void Stop() sealed |
JavaScript |
---|
function stop(); |