piececache

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2019 License: MIT Imports: 5 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 struct {
	// contains filtered or unexported fields
}

func New

func New(maxSize int64, ttl time.Duration, parallelReads uint) *Cache

func (*Cache) Clear

func (c *Cache) Clear()

func (*Cache) Close added in v0.3.0

func (c *Cache) Close()

func (*Cache) Get

func (c *Cache) Get(key string, loader Loader) ([]byte, error)

func (*Cache) Len added in v0.3.0

func (c *Cache) Len() int

func (*Cache) LoadedBytesPerSecond added in v0.5.3

func (c *Cache) LoadedBytesPerSecond() int

func (*Cache) LoadsActive added in v0.5.5

func (c *Cache) LoadsActive() int

func (*Cache) LoadsPerSecond added in v0.5.2

func (c *Cache) LoadsPerSecond() int

func (*Cache) LoadsWaiting added in v0.5.2

func (c *Cache) LoadsWaiting() int

func (*Cache) Size added in v0.3.0

func (c *Cache) Size() int64

func (*Cache) Utilization added in v0.3.0

func (c *Cache) Utilization() int

type Loader

type Loader func() ([]byte, error)

Jump to

Keyboard shortcuts

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