项目作者: abcum

项目描述 :
A library of in-memory caching algorithms for Go
高级语言: Go
项目地址: git://github.com/abcum/cachr.git
创建时间: 2017-01-09T17:49:13Z
项目社区:https://github.com/abcum/cachr

开源协议:Apache License 2.0

下载


cachr

Cachr is a library of in-memory caching algorithms for Golang.

Features

  • For use by a single goroutine
  • Multiple in-memory cache types
  • Specify maximum cache sizes in bytes
  • Go library for embedding inside other Go code
  • Support for ARC, MRU, LRU, FIFO, LIFO, LFU, LFUDA caching algorithms

Installation

  1. go get github.com/abcum/cachr