lrumeta

package
v1.5.2 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const LRUImagesCacheVersion = "1"

Variables

This section is empty.

Functions

func Init

func Init() error

Types

type LRUImagesCache

type LRUImagesCache struct {
	CacheDir string
}
var CommonLRUImagesCache *LRUImagesCache

func NewLRUImagesCache

func NewLRUImagesCache(cacheDir string) *LRUImagesCache

func (*LRUImagesCache) AccessImage

func (cache *LRUImagesCache) AccessImage(ctx context.Context, imageRef string) error

func (*LRUImagesCache) GetImageLastAccessTime

func (cache *LRUImagesCache) GetImageLastAccessTime(ctx context.Context, imageRef string) (time.Time, error)

type LRUImagesCacheRecord

type LRUImagesCacheRecord struct {
	AccessTimestampNanosec int64
	ImageRef               string
}

Jump to

Keyboard shortcuts

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