Fix CacheId initialization
The arguments don't match struct fields. Use designated initializers to improve code readability and prevent cases like these repeating again.
The arguments don't match struct fields. Use designated initializers to improve code readability and prevent cases like these repeating again.