package cacheutil

import "github.com/hashicorp/vault/sdk/database/helper/cacheutil"

Index

Types

type Cache

type Cache struct{}

func NewCache

func NewCache(_ int, _ EvictionFunc) (*Cache, error)

type EvictionFunc

type EvictionFunc func(key interface{}, value interface{})

Source Files

cache_stubs_oss.go

Version
v0.18.0 (latest)
Published
Jun 5, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
1 month ago

Tools for package owners.