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

feat: implement the first version of go-cache #1

Merged
merged 1 commit into from
May 24, 2022

Conversation

VineyAT
Copy link
Contributor

@VineyAT VineyAT commented May 24, 2022

Features

  • Easy to use : provide a friendly interface to deal with both caching mechnaism by simple configuration. Limit the resource on single instance (pod) as well.
  • Data compression : provide a customized marshal and unmarshal funciton.
  • Fix concurrency issue : prevent data racing happened on single instance (pod).
  • Metric : provide callback functions to measure the performance. (i.e. hit rate, private cache usage, ...)

@viney-shih viney-shih merged commit a08f49c into master May 24, 2022
@viney-shih viney-shih deleted the feat/impl-go-cache branch May 24, 2022 09:43
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

2 participants