Get the most recent version, if available.
Namespace:
NHibernate.CacheAssembly: 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); |