cache

package
v0.12.6 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2020 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RcvCache

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

RcvCache implements an LRU cache of the received eventIDs that delivered to their engines

func NewRcvCache

func NewRcvCache(size int) (*RcvCache, error)

NewRcvCache creates and returns a new RcvCache

func (*RcvCache) Add

func (r *RcvCache) Add(eventID []byte, channelID string) bool

Add adds a new message to the cache if not already present. Returns true if the message was already in the cache and false otherwise

type RcvCacheEntry

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

RcvCacheEntry represents an entry for the RcvCache

Jump to

Keyboard shortcuts

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