diskcache

package
v0.15.2 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 2024 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DiskCache

type DiskCache struct {
	*cache.Cache
	// contains filtered or unexported fields
}

DiskCache is a cache that stores http responses on disk.

func NewDiskCache

func NewDiskCache(dir, namespace string) (*DiskCache, error)

NewDiskCache creates a new cache that stores responses in the given directory. The namespace is used to separate different caches in the same directory.

func (*DiskCache) Delete

func (c *DiskCache) Delete(key string)

func (*DiskCache) Get

func (c *DiskCache) Get(key string) ([]byte, bool)

func (*DiskCache) Set

func (c *DiskCache) Set(key string, responseBytes []byte)

Jump to

Keyboard shortcuts

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