You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the task will only make sense to a dev, add a ⚡ to the title.
Find commonalities between our Caching classes and create a base class to extend from.
Value Add
Consistency between caching mechanisms
Clear purpose for functionality
Acceptance Criteria
base class created
Common abstract methods lifted into new base class
Additional Context
Currently we cache map tiles and UserRecords, but we're extending Cache functionality into data like Wells, and Offline User Records for data integrity. This as a pre-step lets us maintain consistency across past/present/future caching. Making Maintenance and onboarding simpler.
The text was updated successfully, but these errors were encountered:
Describe the task
Find commonalities between our Caching classes and create a base class to extend from.
Value Add
Acceptance Criteria
Additional Context
The text was updated successfully, but these errors were encountered: