Documentation
¶
Overview ¶
Package cache provides functionality for cache storage
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backend ¶
type Backend interface {
Get(string) (io.ReadCloser, error)
Put(string, io.ReadSeeker) error
}
Backend implements operations for caching files
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
Cache contains configuration for Cache functionality
Click to show internal directories.
Click to hide internal directories.