schemacaching

package
v1.31.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DatastoreProxyTestCache

func DatastoreProxyTestCache(t testing.TB) cache.Cache

DatastoreProxyTestCache returns a cache used for testing.

func NewCachingDatastoreProxy

func NewCachingDatastoreProxy(delegate datastore.Datastore, c cache.Cache, gcWindow time.Duration, cachingMode CachingMode, watchHeartbeat time.Duration) datastore.Datastore

NewCachingDatastoreProxy creates a new datastore proxy which caches definitions that are loaded at specific datastore revisions.

Types

type CachingMode

type CachingMode int

CachingMode is the caching mode to use for schema.

const (
	// WatchIfSupported will use a schema watch-based cache, if caching is supported. Otherwise,
	// it will fallback to just-in-time caching.
	WatchIfSupported CachingMode = iota

	// JustInTimeCaching will always use a just-in-time cache for schema.
	JustInTimeCaching
)

Jump to

Keyboard shortcuts

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