What is the best way to store/share application data across the application? I have a bunch of drop-down list that won't change very often but if they do I would reload them so I don't have to hit my web api unless the data is changed every.
Should I just create shared application service and store the data inside the service? I'm just wondering what the best practices are for this or what others are doing.