Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.29 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.29 KB

Inmemory Cache Provider by aah framework

Version GoDoc

High performance, eviction modes (TTL, NoTTL, Slide), goroutine safe inmemory cache provider. Library keeps cache entries on heap but omits GC and without impact on performance by applying trick of go1.5 map non-pointer values.

News

  • v0.1.0 released and tagged on Dec 02, 2018.

Usage

# go.mod
require aahframe.work/cache/provider/inmemory v0.1.0

Visit official website https://aahframework.org to learn more about aah framework.

Issues

Please report issues at https://aahframework.org/issues.

Author

Jeevanandam M. (jeeva@myjeeva.com)

License

inmemory-cache-provider released under MIT License.