Don't overwite already cached items
Namespace:
NHibernate.CacheAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function IsPuttable ( _ txTimestamp As Long, _ newVersion As Object, _ comparator As IComparer _ ) As Boolean |
C# |
---|
public bool IsPuttable( long txTimestamp, Object newVersion, IComparer comparator ) |
Visual C++ |
---|
public: virtual bool IsPuttable( long long txTimestamp, Object^ newVersion, IComparer^ comparator ) sealed |
JavaScript |
---|
function isPuttable(txTimestamp, newVersion, comparator); |
Parameters
- txTimestamp
- Type: System..::.Int64
- newVersion
- Type: System..::.Object
- comparator
- Type: System.Collections..::.IComparer