cache

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: May 20, 2026 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultDir

func DefaultDir() string

DefaultDir returns the default user cache directory for odh-cli.

Types

type Store

type Store struct {
	Dir string
}

Store is a simple file-based cache.

func New

func New(dir string) *Store

New creates a store in the provided directory.

func (*Store) Get

func (s *Store) Get(key string, ttl time.Duration) ([]byte, bool)

Get retrieves a cached response if it exists and is not expired.

func (*Store) Set

func (s *Store) Set(key string, data []byte) error

Set stores a response in the cache.

Jump to

Keyboard shortcuts

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