Skip to content

Spring CacheManager configuration for creating CacheManager with multiple Cache's with different settings like: timeout, max, etc.

License

Notifications You must be signed in to change notification settings

pgreaves/spring-cachemanager

Repository files navigation

spring-cachemanager

Configurable Spring caches

Configuration

In configuration file (application.yml) put:

...
caching:
  spec:
    cache_1:
      type: caffeine
      max: 256
      timeout: 1234567s
    cache_2:
      type: caffeine
      max: 100
      timeout: 30d
...

About

Spring CacheManager configuration for creating CacheManager with multiple Cache's with different settings like: timeout, max, etc.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages