stepio/coffee-boots

Setting for disabling caching altogether.

garretwilson opened this issue · 0 comments

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?