Skip to content

v1.6.36#189

Open
roncodes wants to merge 3 commits intomainfrom
dev-v1.6.36
Open

v1.6.36#189
roncodes wants to merge 3 commits intomainfrom
dev-v1.6.36

Conversation

@roncodes
Copy link
Member

No description provided.

Manus AI and others added 3 commits February 11, 2026 03:40
This enhancement adds the user's updated_at timestamp to the cache key
generation in UserCacheService, enabling automatic cache busting when
user data is modified.

Changes:
- Updated getCacheKey() to accept User object and include updated_at timestamp
- Modified get(), put(), and invalidate() methods to work with User objects
- Updated UserController to pass User object to cache methods
- Added clarifying comments in UserObserver and User model

Benefits:
- Automatic cache invalidation when user data changes
- Improved cache consistency and data freshness
- Aligns with existing ETag implementation
- Simplifies cache management logic
…timestamp

feat: Include updated_at timestamp in UserCacheService cache key
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.

1 participant