Share via


DataCacheErrorCode.NamedCacheDoesNotExist Field

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The named cache does not exist; integer value equals 11.

Namespace: Microsoft.Data.Caching
Assembly: CacheBaseLibrary (in cachebaselibrary.dll)

Syntax

'Declaration
Public Const NamedCacheDoesNotExist As Integer
'Usage
Dim value As Integer

value = DataCacheErrorCode.NamedCacheDoesNotExist
public const int NamedCacheDoesNotExist
public:
literal int NamedCacheDoesNotExist
public static final int NamedCacheDoesNotExist
public const var NamedCacheDoesNotExist : int

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 Cache Administration with PowerShell (Velocity).

See Also

Reference

DataCacheErrorCode Class
DataCacheErrorCode Members
Microsoft.Data.Caching Namespace