memcache

package
v7.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Aug 9, 2022 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more Imports: 5 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MemCache

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

MemCache is a threadsafe memory cache with a soft byte limit, enforced via LRU.

func New

func New(bytes uint64) *MemCache

func (*MemCache) Add

func (c *MemCache) Add(key string, val *cacheobj.CacheObj) bool

func (*MemCache) Capacity

func (c *MemCache) Capacity() uint64

func (*MemCache) Close

func (c *MemCache) Close()

func (*MemCache) Get

func (c *MemCache) Get(key string) (*cacheobj.CacheObj, bool)

func (*MemCache) Keys

func (c *MemCache) Keys() []string

func (*MemCache) Peek

func (c *MemCache) Peek(key string) (*cacheobj.CacheObj, bool)

func (*MemCache) Size

func (c *MemCache) Size() uint64

Jump to

Keyboard shortcuts

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