Skip to content

Add creator feed cache key builder#222

Merged
Chucks1093 merged 4 commits into
accesslayerorg:mainfrom
T-kesh:add-creator-feed-cache-key-builder
Apr 29, 2026
Merged

Add creator feed cache key builder#222
Chucks1093 merged 4 commits into
accesslayerorg:mainfrom
T-kesh:add-creator-feed-cache-key-builder

Conversation

@T-kesh
Copy link
Copy Markdown
Contributor

@T-kesh T-kesh commented Apr 27, 2026

Closes #190


Adds a cache key builder utility for the creator feed endpoint that generates deterministic cache keys including all filter and pagination inputs (limit, offset, sort, order, verified, search, include). The implementation follows the existing pattern from the activity feed cache key builder and includes comprehensive documentation of invalidation touchpoints for creator registration, profile updates, verification changes, keys updates, and stats changes, along with helper functions for building cache invalidation patterns.

T-kesh added 2 commits April 27, 2026 17:13
- Add cache key builder for creator activity feed responses
- Include filter/pagination inputs in key generation (limit, offset, sort, order, verified, search, include)
- Document invalidation touchpoints (creator registration, profile updates, verification changes, keys updates, stats updates)
- Add helper functions for building invalidation keys
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 27, 2026

@T-kesh Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Chucks1093 Chucks1093 merged commit 6aa0fe7 into accesslayerorg:main Apr 29, 2026
1 check 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.

Add creator feed endpoint cache key builder

2 participants