statistics

package
v0.0.0-...-2de874f Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2021 License: MIT Imports: 3 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 MakeCache

func MakeCache(maxSize int64) *Cache

func (*Cache) Evict

func (cache *Cache) Evict()

func (*Cache) GetEvictions

func (cache *Cache) GetEvictions() int64

func (*Cache) GetHits

func (cache *Cache) GetHits() int64

func (*Cache) GetInsertions

func (cache *Cache) GetInsertions() int64

func (*Cache) GetMax

func (cache *Cache) GetMax() int64

func (*Cache) GetMisses

func (cache *Cache) GetMisses() int64

func (*Cache) GetRequests

func (cache *Cache) GetRequests() int64

func (*Cache) GetSize

func (cache *Cache) GetSize() int64

func (*Cache) GetTangentRequests

func (cache *Cache) GetTangentRequests() int64

func (*Cache) Hit

func (cache *Cache) Hit()

func (*Cache) Insert

func (cache *Cache) Insert()

func (*Cache) Miss

func (cache *Cache) Miss()

func (*Cache) Request

func (cache *Cache) Request()

func (*Cache) Reset

func (cache *Cache) Reset()

func (*Cache) SetMax

func (cache *Cache) SetMax(newMax int64)

func (*Cache) SetSize

func (cache *Cache) SetSize(newSize int64)

func (*Cache) TangentRequest

func (cache *Cache) TangentRequest()

Jump to

Keyboard shortcuts

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