coffee-boots icon indicating copy to clipboard operation
coffee-boots copied to clipboard

Setting for disabling caching altogether.

Open garretwilson opened this issue 10 months ago • 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?

garretwilson avatar Sep 01 '23 13:09 garretwilson