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?
Spring Boot has
spring.cache.type=NONEto 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?