Get the most recent version, if available.

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

Syntax

Visual Basic (Declaration)
Public Function Get ( _
	key As CacheKey, _
	txTimestamp As Long _
) As Object
C#
public Object Get(
	CacheKey key,
	long txTimestamp
)
Visual C++
public:
virtual Object^ Get(
	CacheKey^ key, 
	long long txTimestamp
) sealed
JavaScript
function get(key, txTimestamp);

Parameters

key
Type: NHibernate.Cache..::.CacheKey
txTimestamp
Type: System..::.Int64

Implements

ICacheConcurrencyStrategy..::.Get(CacheKey, Int64)

See Also