Relative Content

Tag Archive for javaspringcachingspring-el

How to refer to Enum in Spring @Cacheable Annotation

I have a Spring Boot project where I want to implement caching for results returned to me by the remote endpoints that I am addressing. However, I don’t just want to cache everything, but only under certain conditions.

How to refer to Enum value in Spring Caching Annotation

I have a Spring Boot project where I want to implement caching for results returned to me by the remote endpoints that I am addressing. However, I don’t just want to cache everything, but only under certain conditions.