Tag: TimeToLiveSeconds

Solving a Classic Ehcache Problem – Retrieving Expired Data

We host a web application that serves a high-traffic website. This web app is backed by a content management system (CMS), and we use Ehcache to cache the data from this CMS. The problem: How to return expired data if you’re unable to retrieve new data? Ehcache holds cache elements in-memory/on-disk store until the defined […]