Namespaces

Types

Type ILockable

Namespace NHibernate.Cache

Methods

Properties

Public instance methods

bool IsGettable(long txTimestamp)

Parameters
return bool
long txTimestamp

bool IsPuttable(long txTimestamp, object newVersion, IComparer comparator)

Parameters
return bool
long txTimestamp
object newVersion
IComparer comparator

CacheLock Lock(long timeout, int id)

Parameters
return CacheLock
long timeout
int id

Public properties

bool IsLock get;

return bool