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

Add Cache to BotService and CampaignService #18

Open
ChakshuGautam opened this issue Nov 22, 2021 · 0 comments
Open

Add Cache to BotService and CampaignService #18

ChakshuGautam opened this issue Nov 22, 2021 · 0 comments
Assignees

Comments

@ChakshuGautam
Copy link
Contributor

ChakshuGautam commented Nov 22, 2021

Notes :-

  1. Implementation to be like this.
  2. Spring Docs for Caffeine Cache.
  3. Configuration
    • maxSize=1000 - config driven
    • expireAfterWrite(Duration.ofSeconds(300)) - config driven
  4. An API to invalidate the cache forcefully.
@ChakshuGautam ChakshuGautam changed the title Add Cache to BotService and Campaign Service Add Cache to BotService and CampaignService Nov 22, 2021
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

No branches or pull requests

2 participants