cacheetcd

package
v1.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 14, 2021 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

LRU + Watch

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheEtcdStore

type CacheEtcdStore struct {
	sync.Mutex
	// contains filtered or unexported fields
}

func New

func New(ctx context.Context, etcdDir string, cap int) (*CacheEtcdStore, error)

func (*CacheEtcdStore) Get

func (*CacheEtcdStore) PrefixGet

func (s *CacheEtcdStore) PrefixGet(ctx context.Context, prefix string) ([]storetypes.KeyValue, error)

直接从etcd prefixget, 因为 mem 中是 lru, 所以读 etcd 是必然的, 那么直接跳过 lru prefixget

func (*CacheEtcdStore) PrefixGetKey

func (s *CacheEtcdStore) PrefixGetKey(ctx context.Context, prefix string) ([]storetypes.Key, error)

直接从etcd prefixgetkey, 因为 mem 中是 lru, 所以读 etcd 是必然的, 那么直接跳过 lru prefixgetkey

func (*CacheEtcdStore) PrefixRemove

func (s *CacheEtcdStore) PrefixRemove(ctx context.Context, prefix string) ([]storetypes.KeyValue, error)

func (*CacheEtcdStore) Put

func (s *CacheEtcdStore) Put(ctx context.Context, key, value string) error

func (*CacheEtcdStore) PutWithOption

func (s *CacheEtcdStore) PutWithOption(ctx context.Context, key, value string, opts []interface{}) (interface{}, error)

func (*CacheEtcdStore) Remove

func (s *CacheEtcdStore) Remove(ctx context.Context, key string) (*storetypes.KeyValue, error)

func (*CacheEtcdStore) Watch

func (s *CacheEtcdStore) Watch(ctx context.Context, key string, isPrefix bool, filterDelete bool) (storetypes.WatchChan, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL