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

Cache Manager #203

Closed
9 tasks done
jeevatkm opened this issue Jul 23, 2018 · 1 comment
Closed
9 tasks done

Cache Manager #203

jeevatkm opened this issue Jul 23, 2018 · 1 comment
Assignees
Labels
aah Framework scope feature
Projects

Comments

@jeevatkm
Copy link
Member

jeevatkm commented Jul 23, 2018

The goal is design and implement Cache Manager that supports multiple cache providers simultaneously. And having multiple cache(s) by name on each provider.

  • Implementation
    • CacheManager - provides access n # of caches, create cache by provider
    • Cache interface - frequent and common used methods for cache access
    • Provide option to access underlying client so that aah user could perform specialized behavior specific to cache provider
    • Cache Providers
      • Add in-memory cache provider
      • Add redis cache provider
      • Add memcache cache provider
  • Documentation
@jeevatkm jeevatkm added feature aah Framework scope labels Jul 23, 2018
@jeevatkm jeevatkm added this to the v0.12.0 Milestone milestone Jul 23, 2018
@jeevatkm jeevatkm added this to v0.12.0 - Iteration in aah Roadmap via automation Jul 23, 2018
@jeevatkm jeevatkm moved this from v0.12.0 - Iteration to v0.12.0 - In Progress in aah Roadmap Jul 29, 2018
@jeevatkm jeevatkm self-assigned this Jul 30, 2018
jeevatkm added a commit that referenced this issue Aug 6, 2018
jeevatkm added a commit that referenced this issue Aug 6, 2018
jeevatkm added a commit to go-aah/inmemory-cache-provider that referenced this issue Aug 6, 2018
jeevatkm added a commit to go-aah/redis-cache-provider that referenced this issue Aug 6, 2018
jeevatkm added a commit to go-aah/inmemory-cache-provider that referenced this issue Aug 6, 2018
jeevatkm added a commit to go-aah/redis-cache-provider that referenced this issue Aug 9, 2018
jeevatkm added a commit to go-aah/memcache-cache-provider that referenced this issue Aug 16, 2018
jeevatkm added a commit to go-aah/docs that referenced this issue Oct 26, 2018
@jeevatkm
Copy link
Member Author

Done 😄

aah Roadmap automation moved this from v0.12.0 - In Progress to v0.12.0 - Completed Oct 26, 2018
@jeevatkm jeevatkm moved this from v0.12.0 - Completed to Released to Audience in aah Roadmap Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aah Framework scope feature
Projects
aah Roadmap
  
Released to Audience
Development

No branches or pull requests

1 participant