Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Put ( _ key As CacheKey, _ value As Object, _ timestamp As Long, _ version As Object, _ versionComparator As IComparer, _ minimalPut As Boolean _ ) As Boolean |
C# |
---|
public bool Put( CacheKey key, Object value, long timestamp, Object version, IComparer versionComparator, bool minimalPut ) |
Visual C++ |
---|
public: virtual bool Put( CacheKey^ key, Object^ value, long long timestamp, Object^ version, IComparer^ versionComparator, bool minimalPut ) sealed |
JavaScript |
---|
function put(key, value, timestamp, version, versionComparator, minimalPut); |
Parameters
- key
- Type: NHibernate.Cache..::.CacheKey
- value
- Type: System..::.Object
- timestamp
- Type: System..::.Int64
- version
- Type: System..::.Object
- versionComparator
- Type: System.Collections..::.IComparer
- minimalPut
- Type: System..::.Boolean