I have a site that serves mostly static data from a database, so I'd like to have the maximum caching possible. The database is very weak and slow.
I am using shared hosting, so am limited to the [OutputCache] on the Controller and web.config
Is there a "max" strategy?
Ian