Skip to content

Conversation

@codephi
Copy link
Contributor

@codephi codephi commented Aug 6, 2025

… Features

  • Introduced an event system for cache operations, allowing notifications for insertions, removals, and cache clearing.
  • Added TTL (Time To Live) support for cache entries, enabling automatic expiration and lazy cleanup.
  • Enhanced filtering capabilities for cache queries with new filter types: StartWith, EndWith, and StartAndEndWith.
  • Updated ListProps to support pagination and filtering options.
  • Improved documentation with examples for new features, including TTL usage and event notifications.
  • Added tests for TTL functionality and event handling to ensure reliability.
  • Refactored existing code for better clarity and maintainability.

… Features

- Introduced an event system for cache operations, allowing notifications for insertions, removals, and cache clearing.
- Added TTL (Time To Live) support for cache entries, enabling automatic expiration and lazy cleanup.
- Enhanced filtering capabilities for cache queries with new filter types: StartWith, EndWith, and StartAndEndWith.
- Updated ListProps to support pagination and filtering options.
- Improved documentation with examples for new features, including TTL usage and event notifications.
- Added tests for TTL functionality and event handling to ensure reliability.
- Refactored existing code for better clarity and maintainability.
@codephi codephi merged commit 43f229d into main Aug 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants