Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Get ( _ key As CacheKey, _ timestamp As Long _ ) As Object |
C# |
---|
public Object Get( CacheKey key, long timestamp ) |
Visual C++ |
---|
public: virtual Object^ Get( CacheKey^ key, long long timestamp ) sealed |
JavaScript |
---|
function get(key, timestamp); |