@fluxninja/aperture-js / KeyLookupResponse
Represents a cache value lookup.
▸ getError(): null | Error
Gets the error, if any.
null | Error
The error, or null if no error occurred.
▸ getLookupStatus(): LookupStatus
Gets the lookup status.
The lookup status.
▸ getValue(): null | Buffer
Gets the cached value, if any.
null | Buffer
The cached value, or null if no value is available.