Tag

JSR-107

0 views collected around this technical thread.

Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Oct 14, 2023 · Backend Development

Master Spring Cache with JSR‑107 and Ehcache: A Step‑by‑Step Guide

This tutorial explains how to enable and use Spring Cache with annotations like @Cacheable, @CacheEvict, and @CachePut, integrates JSR‑107 and Ehcache, provides full Maven and configuration examples, and demonstrates caching behavior through a series of practical code snippets and tests.

CachingEhcacheJSR-107
0 likes · 10 min read
Master Spring Cache with JSR‑107 and Ehcache: A Step‑by‑Step Guide
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Aug 3, 2023 · Backend Development

Master Spring Boot Caching with JSR‑107 and Ehcache: Step‑by‑Step Guide

Learn how to enable and configure transparent caching in Spring Boot 2.3 using JSR‑107 annotations and Ehcache, covering annotation usage, custom key generators, service and controller implementation, Maven dependencies, YAML and XML settings, and practical testing of cache put, get, and removal operations.

CachingEhcacheJSR-107
0 likes · 8 min read
Master Spring Boot Caching with JSR‑107 and Ehcache: Step‑by‑Step Guide