Skip to content

Commit ad7772c

Browse files
committed
readme and go mod update for v0.1.0 release
1 parent f54e955 commit ad7772c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@
22
<img src="https://cdn.aahframework.org/assets/img/aah-logo-64x64.png" />
33
<h2 align="center">Inmemory Cache Provider by aah framework</h2>
44
</p>
5+
<p align="center">
6+
<p align="center"><a href="https://github.com/go-aah/inmemory-cache-provider/releases/latest"><img src="https://img.shields.io/badge/version-v0.1.0-blue.svg" alt="Version"></a> <a href="https://godoc.org/aahframe.work/cache/provider/inmemory"><img src="https://godoc.org/aahframe.work/cache/provider/inmemory?status.svg" alt="GoDoc"></a></p>
7+
</p>
58

69
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).
710

811
### News
912

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

1215
## Usage
1316

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module aahframe.work/cache/provider/inmemory
22

33
require (
4-
aahframe.work v0.0.0-20181126051259-b64fdc6b18f6
4+
aahframe.work v0.12.0
55
github.com/stretchr/testify v1.2.2
66
)

0 commit comments

Comments
 (0)