An open API service indexing awesome lists of open source software.

https://github.com/go-aah/inmemory-cache-provider

Inmemory Cache Provider by aah framework
https://github.com/go-aah/inmemory-cache-provider

aah aah-framework aahframework cache cache-provider golang-library golang-package inmemory inmemory-cache

Last synced: about 2 months ago
JSON representation

Inmemory Cache Provider by aah framework

Awesome Lists containing this project

README

        



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](https://github.com/golang/go/issues/9477).

### News

* `v0.1.0` [released](https://github.com/go-aah/inmemory-cache-provider/releases/latest) and tagged on Dec 02, 2018.

## Usage

```bash
# 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.](https://github.com/jeevatkm) ([email protected])

## License

`inmemory-cache-provider` released under MIT License.