cache

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2022 License: MIT Imports: 4 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 interface {
	// Implements the store interface
	store.Store
}

Cache is a cpu register style cache for the store. It syncs between N stores in a faulting manner.

func NewCache

func NewCache(stores ...store.Store) Cache

NewCache returns a new store using the underlying stores, which must be already Init()ialised

Jump to

Keyboard shortcuts

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