Documentation
¶
Overview ¶
Package filecache provides a file cache
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNoCachedKey is returned when there is no cached key available. ErrNoCachedKey = errors.New("no cached key") )
Functions ¶
This section is empty.
Types ¶
type FileCache ¶
type FileCache struct {
// contains filtered or unexported fields
}
FileCache provides a simple file-based cache implementation.
func (*FileCache) GetFilename ¶
GetFilename constructs the full path for a given cache key.
Click to show internal directories.
Click to hide internal directories.