Tag

Cache Management

1 views collected around this technical thread.

macrozheng
macrozheng
Feb 28, 2025 · Backend Development

Mastering Two-Level Cache in Spring Boot: Caffeine + Redis Integration

This article explains how to build a two‑level cache architecture using Caffeine as a local cache and Redis as a remote cache in a Spring Boot project, covering manual implementation, Spring cache annotations, and a custom AOP‑based solution while discussing advantages, consistency challenges, and best‑practice code examples.

Cache ManagementJavaRedis
0 likes · 20 min read
Mastering Two-Level Cache in Spring Boot: Caffeine + Redis Integration
php中文网 Courses
php中文网 Courses
Jul 16, 2024 · Backend Development

Implementing a Data Cache Class in PHP for Efficient Web Applications

This article explains how to improve PHP application performance by implementing a data caching class, illustrates a weather‑API example, shows how to set cache duration, avoid duplicate data storage, and discusses production considerations such as concurrency, large data, security, and expiration handling.

Backend DevelopmentCache ManagementData Caching
0 likes · 8 min read
Implementing a Data Cache Class in PHP for Efficient Web Applications
Bilibili Tech
Bilibili Tech
Oct 21, 2022 · Big Data

Bilibili Releases Four Free Patent Licenses for Big Data Technologies

Bilibili has freely licensed four big-data invention patents—covering precise data reading, cleaning, transmission, and rapid positioning—to foster industry innovation, support the digital ecosystem outlined in China’s 14th Five-Year Plan, and showcase its commitment to open-source big-data solutions.

Big DataBilibiliCache Management
0 likes · 4 min read
Bilibili Releases Four Free Patent Licenses for Big Data Technologies
Yiche Technology
Yiche Technology
Sep 14, 2022 · Mobile Development

Resolving iOS SSO QR Code Login Failures: Redirects, 404 Errors, and NSURLCache Management

This article analyzes why an iOS SSO QR‑code login sometimes fails with a 404 error despite being on company Wi‑Fi, explains the 301 redirect caused by network restrictions, and provides a step‑by‑step solution using NSURLCache inspection and cache‑clearing techniques.

Cache ManagementHTTP redirectNSURLCache
0 likes · 9 min read
Resolving iOS SSO QR Code Login Failures: Redirects, 404 Errors, and NSURLCache Management
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Sep 27, 2021 · Databases

Redis Usage Best Practices and Guidelines

This article presents comprehensive Redis usage standards—including key naming conventions, avoiding big keys, efficient serialization, safe command usage, data persistence strategies, and operational recommendations—to ensure high performance, memory efficiency, and reliable service under heavy traffic.

Cache ManagementCommand GuidelinesKey Naming
0 likes · 11 min read
Redis Usage Best Practices and Guidelines
Baidu App Technology
Baidu App Technology
Sep 25, 2020 · Mobile Development

Ultimate Solution for iOS Launch Image Issues

This article explains why iOS launch images often fail to update, reveals that the system caches multiple storyboard‑generated images in the app sandbox, and provides a step‑by‑step method to replace those cached files with custom‑generated ones, including code, orientation handling, and support for older iOS versions.

Cache ManagementMobile DevelopmentStoryboard
0 likes · 12 min read
Ultimate Solution for iOS Launch Image Issues