Share via


CacheMode Enum

Definition

Defines the available cache modes of the client-side interface.

public enum class CacheMode
public enum CacheMode
type CacheMode = 
Public Enum CacheMode
Inheritance
CacheMode

Fields

Configuration 1

Configuration data, such as management packs, classes, and module types, will be cached. This is the default.

ManagementPacks 2

Only management packs will be cached.

None 0

Nothing is cached.

Applies to