cache

package
v2.9.3 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package cache implements a faulting style read cache on top of multiple micro stores

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