Indicator to be used when all remaining similar items have to be removed (all items with the same opening cache key),

It may be required in cases where some of the cache key components cannot be restored.

Remarks

In order to be used simply add this value to the end of a cache key string.

Namespace:  MicroMighty.SDK.Net.Tools
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public IndicatorRemoveSimilarItems As String
C#
public string IndicatorRemoveSimilarItems
Visual C++
public:
String^ IndicatorRemoveSimilarItems
JavaScript
indicatorRemoveSimilarItems

See Also