Skip to content

runsystemid/gocache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gocache

This library is a shared package for standardized cache implementation.

What is cache?

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.

Installation

You can run this in your terminal

go get -u github.com/runsystemid/gocache

Import this library in your main function or bootstrap function.

import "github.com/runsystemid/gocache"

Contributing

Contributions are welcome! Please follow the Contribution Guidelines.

License

This project is licensed under the MIT License.

About

This library is a shared package for standardized cache implementation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages