Documentation ¶
Index ¶
- func NewMemCacheStateStore(logger logger.Logger) state.Store
- type Memcached
- func (m *Memcached) Close() (err error)
- func (m *Memcached) Delete(ctx context.Context, req *state.DeleteRequest) error
- func (m *Memcached) Features() []state.Feature
- func (m *Memcached) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
- func (m *Memcached) GetComponentMetadata() map[string]string
- func (m *Memcached) Init(_ context.Context, metadata state.Metadata) error
- func (m *Memcached) Set(ctx context.Context, req *state.SetRequest) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Memcached ¶
func (*Memcached) Features ¶ added in v1.1.1
Features returns the features available in this state store.
func (*Memcached) Get ¶
func (m *Memcached) Get(ctx context.Context, req *state.GetRequest) (*state.GetResponse, error)
func (*Memcached) GetComponentMetadata ¶ added in v1.10.1
Click to show internal directories.
Click to hide internal directories.