What is the timeout for items getting removed from cache when using org.springframework.cache.annotation.Cacheable
Im using a @Cacheable annotation for caching data from my GET Request. Im just wondering what is the default timeout for items getting removed from the cache. I cant really find anything to say what it is.