@neezco/cache
v0.3.0
Published
A simple and efficient in-memory cache for JavaScript and TypeScript projects, designed to provide fast access to frequently used data while minimizing memory usage.
Maintainers
Readme
🚧 Project Status
⚠️ Under active development
This library has not yet reached its first stable release.
The API is still evolving, and breaking changes may occur at any time.
Production use is not recommended until a stable version is published.
Neezco Cache 🚀
A smart, lightweight caching library that helps you store data temporarily with automatic cleanup.
Why Neezco Cache?
🧹 Automatic Cleanup
Expired data is cleaned up automatically in the background without your intervention.
📊 Scales Well
Whether caching 10 items or millions, Neezco Cache is designed to stay fast and efficient.
🏷️ Tag-Based Invalidation
Group related data and clear it all with a single command.
🎯 Smart Memory Management
Intelligently prioritizes what to clean up based on usage patterns and memory constraints.
⚡ CPU Efficient
All core operations are O(1) with minimal CPU overhead. Background cleanup runs intelligently without blocking your application. Perfect for resource-constrained environments and high-throughput scenarios.
Documentation
- Getting Started - Installation and basic usage
- Examples - Real-world use cases (API caching, sessions, database queries, etc.)
- API Reference - Complete API documentation with edge cases
- Configuration - All configuration options explained
License
MIT © Daniel Hernández Ochoa
Contributing
We'd love your help! Check out CONTRIBUTING.md for guidelines.
Questions? Found a bug? Open an issue on GitHub.
