# Cache **Repository Path**: SegaLee/Cache ## Basic Information - **Project Name**: Cache - **Description**: HMDP-pro 2: 缓存模块重构 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-21 - **Last Updated**: 2026-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HMDP Pro-2 Cache Extended works on HeiMaDianPing. 1. Introduce Redisson's Bloom Filter to Cache model. It works well! 2. Refactored Cache Client via Strategy, Abstract Method, Manager and Factory Patterns. It is cleaner and easier to extend now. 3. Python scripts for generating more data. You can run the application at a larger scale. 4. Locust scripts for pressure testing. Now you can get statistics from it. WIP: - [x] Refactor Cache clients: - [x] Move Logical Expire to a separate Strategy - [x] Use Template Method Patterns for Bloom Filter Initializers. - [ ] Add Locust File.