func Evict(ctx context.Context, key string) ([]byte, error)
evict (remove) an object from the objectstore by key
func Get(ctx context.Context, key string) ([]byte, error)
get an object from the objectstore by key
func PutWithID(ctx context.Context, key string, buf []byte) error
func PutWithIDAndExpiry(ctx context.Context, key string, buf []byte, expiry time.Time) error
func RetrieveProto(ctx context.Context, key string, p proto.Message) error
retrieve a proto in the objectstore
func StoreProto(ctx context.Context, key string, p proto.Message) error
store a proto in the objectstore