local

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package local provides a goroutine safe map for caching.

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
}

Cache is a goroutine safe map.

func (*Cache) Add

func (c *Cache) Add(key, value string)

Add a value to the cache.

func (*Cache) Get

func (c *Cache) Get(key string) string

Get a value from the cache.

func (*Cache) Len

func (c *Cache) Len() int

Len provides the size of the cache.

Jump to

Keyboard shortcuts

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