VertexCacheSdk.Command.Impl.GetCommand (vertexcache_sdk v1.0.0)
View SourceHandles the GET command in VertexCache.
Retrieves the value for a given key from the cache. Returns an error if the key is missing or expired.
Requires the client to have READ, READ_WRITE, or ADMIN access. This command supports primary key lookups only.
Summary
Functions
Callback implementation for VertexCacheSdk.Command.parse_response/1
.
Types
@type t() :: %VertexCacheSdk.Command.Impl.GetCommand{key: String.t()}
Functions
@spec execute(t(), VertexCacheSdk.Comm.ClientConnector.t()) :: VertexCacheSdk.Model.GetResult.t()
Callback implementation for VertexCacheSdk.Command.parse_response/1
.