caching

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2021 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CachingDispatcher added in v1.2.0

type CachingDispatcher struct {
	// contains filtered or unexported fields
}

func NewCachingDispatcher

func NewCachingDispatcher(
	cacheConfig *ristretto.Config,
	prometheusSubsystem string,
) (*CachingDispatcher, error)

NewCachingDispatcher creates a new dispatch.Dispatcher which delegates dispatch requests and caches the responses when possible and desirable.

func (*CachingDispatcher) Close added in v1.2.0

func (cd *CachingDispatcher) Close() error

func (*CachingDispatcher) DispatchCheck added in v1.2.0

DispatchCheck implements dispatch.Check interface

func (*CachingDispatcher) DispatchExpand added in v1.2.0

DispatchExpand implements dispatch.Expand interface and does not do any caching yet.

func (*CachingDispatcher) DispatchLookup added in v1.2.0

DispatchLookup implements dispatch.Lookup interface and does not do any caching yet.

func (*CachingDispatcher) SetDelegate added in v1.2.0

func (cd *CachingDispatcher) SetDelegate(delegate dispatch.Dispatcher)

SetDelegate sets the internal delegate to the specific dispatcher instance.

Jump to

Keyboard shortcuts

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