repositorypackage
2.0.0+incompatible
Repository: https://github.com/imkira/go-ttlmap.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
go-ttlmap
go-ttlmap is a Go package that provides an in-memory key-value cache with notification events for storing TTL-based expirable items.
Install
First, you need to install the package:
go get -u github.com/imkira/go-ttlmap
Documentation
For advanced usage, make sure to check the available documentation here.
Examples
For examples check out the following code.
Contribute
Found a bug? Want to contribute and add a new feature?
Please fork this project and send me a pull request!
License
go-ttlmap is licensed under the MIT license:
www.opensource.org/licenses/MIT
Copyright
Copyright (c) 2016 Mario Freitas. See LICENSE for further details.