How to cache method results in .Net
- by SP
Using webmethods, caching the results is pretty straight forward using "CacheDuration" attribute. Is there a similar "easy" way to cache non-webmethod outputs (or static methods) based on the parameters?
I would appreciate any help. Thanks in advance!