cross-request-lru-caching
CommunityCache data across user requests.
Authorihj04982
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the limitation of in-request caching by providing a mechanism to persist data across multiple, sequential user requests, improving performance for repeated data access.
Core Features & Use Cases
- Cross-Request Data Persistence: Maintains a Least Recently Used (LRU) cache that survives individual request lifecycles.
- Performance Optimization: Reduces redundant database queries or API calls for data that is frequently accessed across different user interactions.
- Use Case: When a user navigates through several pages or performs a series of actions that all require fetching the same user profile information, this cache ensures the data is retrieved only once.
Quick Start
Implement cross-request LRU caching using the provided TypeScript example to optimize data retrieval between user interactions.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: cross-request-lru-caching Download link: https://github.com/ihj04982/my-cursor-settings/archive/main.zip#cross-request-lru-caching Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.