Namespace:
NHibernate.Cache
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Sub Remove ( _ key As CacheKey _ ) |
C# |
---|
public void Remove( CacheKey key ) |
Visual C++ |
---|
public: virtual void Remove( CacheKey^ key ) sealed |
JavaScript |
---|
function remove(key); |
Parameters
- key
- Type: NHibernate.Cache..::.CacheKey