DataCacheErrorCode.NamedCacheDoesNotExist Field

 

The named cache does not exist.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

Syntax

public const int NamedCacheDoesNotExist
public:
literal int NamedCacheDoesNotExist
static val mutable NamedCacheDoesNotExist : int
Public Const NamedCacheDoesNotExist As Integer

Field Value

Type: System.Int32

Remarks

Parameter values are case sensitive; make sure the case of the specified named cache is the same as shown with the Get-Cache command. Use the Get-Cache command with the PowerShell based cache administration tool to find out which caches have been created in the cluster. For more information, see .6a1b1653-949b-4530-999a-5fb00497d4c4

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top