utxolrucache

package
v0.0.0-...-47de428 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2024 License: ISC Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LRUCache

type LRUCache struct {
	// contains filtered or unexported fields
}

LRUCache is a least-recently-used cache for UTXO entries indexed by DomainOutpoint

func New

func New(capacity int, preallocate bool) *LRUCache

New creates a new LRUCache

func (*LRUCache) Add

Add adds an entry to the LRUCache

func (*LRUCache) Clear

func (c *LRUCache) Clear()

Clear clears the cache

func (*LRUCache) Get

Get returns the entry for the given key, or (nil, false) otherwise

func (*LRUCache) Has

func (c *LRUCache) Has(key *externalapi.DomainOutpoint) bool

Has returns whether the LRUCache contains the given key

func (*LRUCache) Remove

func (c *LRUCache) Remove(key *externalapi.DomainOutpoint)

Remove removes the entry for the the given key. Does nothing if the entry does not exist

Jump to

Keyboard shortcuts

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