I have a simple sprint boot application using spring boot 1.5.11.RELEASE
with @EnableCaching
on the Application Configuration
class.
I converted my initial PR into a separate tiny project.
To start using it just add the latest dependency from Maven Central:
io.github.stepio.coffee-boots
coffee-boots
2.0.0
Format of properties is the following:
coffee-boots.cache.spec.myCache=maximumSize=100000,expireAfterWrite=1m
If no specific configuration is defined, CacheManager
defaults to Spring's behavior.