Get the object from the Cache
Namespace:
NHibernate.CacheAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function Get ( _ key As Object _ ) As Object |
C# |
---|
Object Get( Object key ) |
Visual C++ |
---|
Object^ Get( Object^ key ) |
JavaScript |
---|
function get(key); |
Parameters
- key
- Type: System..::.Object