Remove an item from the Cache.
Namespace: NHibernate.CacheAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Remove( Object key ) |
Visual Basic |
---|
Sub Remove ( _ key As Object _ ) |
Visual C++ |
---|
void Remove( Object^ key ) |
Parameters
- key
- Type: System..::..Object
The Key of the Item in the Cache to remove.
Exceptions
Exception | Condition |
---|---|
NHibernate.Cache..::..CacheException |