VertexCacheSdk.Model.GetResult (vertexcache_sdk v1.0.0)
View SourceSpecialized result struct for handling GET command responses from VertexCache.
Extends CommandResult
by adding a :value
field, which contains the actual
cached value associated with the requested key, if present.
This struct is typically used when calling VertexCacheSdk.get/1
to retrieve a value
from the cache and determine its presence and contents.