Skip to content

Add Cache to BotService and CampaignService #18

@ChakshuGautam

Description

@ChakshuGautam

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.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions