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