Contract for sources of optimistically lockable data sent to the second level cache.

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

Syntax

C#
public interface IOptimisticCacheSource
Visual Basic
Public Interface IOptimisticCacheSource
Visual C++
public interface class IOptimisticCacheSource

Remarks

Note currently EntityPersisters are the only viable source.

See Also