VertexCacheSdk.Command.CommandType (vertexcache_sdk v1.0.0)
View SourceEnum-like module representing the different types of commands supported by the VertexCache SDK.
Each command type corresponds to a specific cache operation or internal SDK operation, such as GET, SET, DELETE, or IDX1/IDX2 (used for secondary/tertiary index lookups).
This module is used throughout the SDK to identify and validate command behavior, facilitate routing, and enforce permission checks based on role capabilities.