Tag

JetCache

0 views collected around this technical thread.

Architect's Guide
Architect's Guide
Oct 16, 2024 · Backend Development

Comprehensive Guide to Using JetCache for Multi‑Level Caching in Spring Boot

This article introduces Alibaba's JetCache Java caching framework, explains how to integrate it with Spring Boot and Redis, provides detailed configuration and code examples for local, remote, and multi‑level caches, and covers testing procedures and common error resolutions.

Backend developmentCacheJava
0 likes · 12 min read
Comprehensive Guide to Using JetCache for Multi‑Level Caching in Spring Boot
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Sep 14, 2024 · Backend Development

Master JetCache in Spring Boot 3: Annotation & Programmatic Caching Guide

This article walks through using JetCache with Spring Boot 3.2.5, covering its features, Maven dependency setup, YAML configuration, annotation-based caching, programmatic cache creation, statistics monitoring, and deprecated APIs, all illustrated with code snippets and screenshots.

JavaJetCacheRedis
0 likes · 9 min read
Master JetCache in Spring Boot 3: Annotation & Programmatic Caching Guide
Top Architecture Tech Stack
Top Architecture Tech Stack
Aug 15, 2024 · Backend Development

JetCache Overview: Core Concepts, API Usage, and SpringBoot Integration

This article introduces JetCache, an open‑source distributed caching framework built on Spring and Redis, outlines its key features and typical scenarios, and provides step‑by‑step guidance for integrating JetCache into a SpringBoot application with configuration examples and sample code.

DistributedCacheJavaJetCache
0 likes · 7 min read
JetCache Overview: Core Concepts, API Usage, and SpringBoot Integration
Architecture Digest
Architecture Digest
Aug 25, 2023 · Backend Development

Using JetCache for Multi‑Level Caching in Spring Boot Applications

This article introduces Alibaba's JetCache Java caching framework, explains how to combine local and Redis remote caches for multi‑level caching, provides Maven dependencies, configuration examples, three usage patterns (AOP, API, advanced API), testing steps, and common troubleshooting tips for Spring Boot projects.

CacheJavaJetCache
0 likes · 10 min read
Using JetCache for Multi‑Level Caching in Spring Boot Applications
Code Ape Tech Column
Code Ape Tech Column
Aug 18, 2023 · Backend Development

Using JetCache for Multi‑Level Caching in Spring Boot Applications

This article introduces Alibaba's JetCache framework, explains how to configure and combine local and remote (Redis) caches in a Spring Boot project, and demonstrates three usage patterns—AOP annotations, API mode, and advanced CacheManager API—along with troubleshooting tips and test procedures.

JavaJetCacheRedis
0 likes · 11 min read
Using JetCache for Multi‑Level Caching in Spring Boot Applications
Java Architecture Diary
Java Architecture Diary
Mar 8, 2021 · Backend Development

Master JetCache: Simplify Java Caching with Annotations and Two‑Level Support

This article introduces JetCache, a Java caching library that offers powerful annotations, two‑level (local and remote) caching, TTL support, and easy configuration, and demonstrates its quick start, usage in Spring Boot, unit testing, and cache statistics.

AnnotationsJavaJetCache
0 likes · 5 min read
Master JetCache: Simplify Java Caching with Annotations and Two‑Level Support