Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First version #1

Merged
merged 4 commits into from
Aug 5, 2017
Merged

First version #1

merged 4 commits into from
Aug 5, 2017

Conversation

gsingharoy
Copy link
Owner

  1. Introduced the first version of the cache.
  2. Also included /vendor dependencies using govendor

Introduced a record structure which will simply store the cached record.
It has three fields, value, timestamp and expiresIn
Added the basic implementation of the cache.
It includes two public functions called Set and Find
Added vendor dependencies in the /vendor folder using govendor
Added a readme with instructions on how to use the library
@gsingharoy gsingharoy merged commit ea752f6 into master Aug 5, 2017
@gsingharoy gsingharoy deleted the first-version branch August 5, 2017 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant