cachecontroller

package
v1.8.4 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CacheController

type CacheController interface {
	DetermineInvalidation(ctx context.Context, storeID string) time.Time
}

func NewCacheController

func NewCacheController(ds storage.OpenFGADatastore, cache storage.InMemoryCache[any], ttl time.Duration, iteratorCacheTTL time.Duration) CacheController

func NewNoopCacheController

func NewNoopCacheController() CacheController

type InMemoryCacheController

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

func (*InMemoryCacheController) DetermineInvalidation

func (c *InMemoryCacheController) DetermineInvalidation(
	ctx context.Context,
	storeID string,
) time.Time

type NoopCacheController

type NoopCacheController struct{}

func (*NoopCacheController) DetermineInvalidation

func (c *NoopCacheController) DetermineInvalidation(_ context.Context, _ string) time.Time

Jump to

Keyboard shortcuts

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