ristretto

package
v0.0.0-...-839bc5d Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(ristretto *Ristretto)

Option - Option types for cache

func MaxCost

func MaxCost(n string) Option

MaxCost - Defines maximum cost for ristretto

func NumberOfCounters

func NumberOfCounters(n int64) Option

NumberOfCounters - Number of keys to track frequency.

type Ristretto

type Ristretto struct {
	*ristretto.Cache
	// contains filtered or unexported fields
}

Ristretto - Structure for Ristretto

func New

func New(opts ...Option) (*Ristretto, error)

New - Creates new ristretto cache

Jump to

Keyboard shortcuts

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