-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a type of caching mechanism for the metadata/user information.
The current logic would work just fine if looking up for a singular user, however for the multiple posts via normal filtering would cause it to either: 1. Error out due to lack of service and/or creator id. 2. Produce no metadata This builds a local cache during the process so it should only make a call for the user info once during the process.
- Loading branch information
1 parent
00cdd3e
commit 1b54629
Showing
1 changed file
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters