cache

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	TimeToLiveMs int
	StorageURL   string
	// contains filtered or unexported fields
}

func (*Cache) Get

func (c *Cache) Get(ctx context.Context, entry *Entry) error

func (*Cache) Init

func (c *Cache) Init(ctx context.Context) error

func (*Cache) Put

func (c *Cache) Put(ctx context.Context, entry *Entry) error

type Entry

type Entry struct {
	View      *view.View
	Selectors []byte
	Data      interface{}
	// contains filtered or unexported fields
}

func (*Entry) Found

func (e *Entry) Found() bool

func (*Entry) Result

func (e *Entry) Result() []byte

type Value

type Value struct {
	Selectors []byte
	Data      []byte
	ViewName  string
}

Jump to

Keyboard shortcuts

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