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)
Delete a bunch of data from the cache. This prevents several calls from
the client to the server. Only one single call is done with all relevant
key's for the server node.
Namespace:
SharedCache.WinServiceCommon.Provider.CacheAssembly: SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public override void MultiDelete( List<string> keys ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Sub MultiDelete ( _ keys As List(Of String) _ ) |
| Visual C++ |
|---|
public: virtual void MultiDelete( List<String^>^ keys ) override |
Parameters
- keys
- Type: System.Collections.Generic..::.List<(Of <(String>)>)
A List of String with all requested keys to delete
Remarks
[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Provider.Cache.IndexusSharedCacheProvider.MultiDelete(System.Collections.Generic.List{System.String})"]