samagra-comms / utils

0 stars 13 forks source link

Add Cache to BotService and CampaignService #18

Open ChakshuGautam opened 2 years ago

ChakshuGautam commented 2 years ago

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.