kvcache

package module
v0.0.0-...-160b857 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2018 License: MIT Imports: 0 Imported by: 0

README

kvcache

Build Status Coverage Status Go Report Card GoDoc

A distributed in-memory key:val cache

Import

  • import "github.com/Akagi201/kvcache/ttlru" full version, implemented with goroutine.
  • import "github.com/Akagi201/kvcache/lttlru" light version, implemented without goroutine.

Documentation

Overview

Package kvcache memory k/v cache

Directories

Path Synopsis
example
lttlru command
ttlru command
Package lttlru LRU with TTL, implemented without goroutine.
Package lttlru LRU with TTL, implemented without goroutine.
Package ttlru LRU with TTL, implemented with goroutine.
Package ttlru LRU with TTL, implemented with goroutine.

Jump to

Keyboard shortcuts

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