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
- Host: GitHub
- URL: https://github.com/go-aah/inmemory-cache-provider
- Owner: go-aah
- License: mit
- Created: 2018-08-06T08:52:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T17:19:35.000Z (over 6 years ago)
- Last Synced: 2024-12-01T21:18:28.165Z (6 months ago)
- Topics: aah, aah-framework, aahframework, cache, cache-provider, golang-library, golang-package, inmemory, inmemory-cache
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Inmemory Cache Provider by aah framework
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.