Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Assembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Removes the specified key.
Namespace:
SharedCache.WinServiceCommonAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public void Remove( string key ) |
| Visual Basic (Declaration) |
|---|
Public Sub Remove ( _ key As String _ ) |
| Visual C++ |
|---|
public: void Remove( String^ key ) |
Parameters
- key
- Type: System..::.String
The key. A String Object.
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.CacheExpire.Remove(System.String)"]