diskcache

package
v0.0.0-...-128520e Latest Latest
Warning

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

Go to latest
Published: May 4, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache interface {
	Get(key string) (io.ReadCloser, error)
	GetRange(key string, offset, length int64) (io.ReadCloser, error)
	Hit(key string) error
	Put(key string, writer io.Reader) error
	Remove(key string)
	Shutdown() error

	GetFile(key string) (*os.File, error)
}

func New

func New(root string, maxSize int64, cleanedSize int64) (Cache, error)

Jump to

Keyboard shortcuts

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