stepio / coffee-boots

Support property-based configuring of multiple Caffeine caches for Spring Cache abstraction.
Apache License 2.0
34 stars 8 forks source link

Setting for disabling caching altogether. #183

Open garretwilson opened 1 year ago

garretwilson commented 1 year ago

Spring Boot has spring.cache.type=NONE to disable caching altogether, e.g. for a development profile; see Spring Boot - How to disable @Cacheable during development?.

How can I disable Coffee Boots in a similar manner via the Spring Boot application configuration?