This library is a shared package for standardized cache implementation.
A cache is a high-speed data storage layer which stores a subset of data, typically transient in nature, so that future requests for that data are served up faster than is possible by accessing the data's primary storage location.
You can run this in your terminal
go get -u github.com/runsystemid/gocacheImport this library in your main function or bootstrap function.
import "github.com/runsystemid/gocache"Contributions are welcome! Please follow the Contribution Guidelines.
This project is licensed under the MIT License.