D
Daniel Walzenbach
Hi,
I need to cache infrequently changed data used by the entire application.
Does anybody know whether using Application state
(Application["YourGlobalState"] = somevalue or the Cache API
(Cache.Insert) is more preferable?
Thanks a lot
Daniel
I need to cache infrequently changed data used by the entire application.
Does anybody know whether using Application state
(Application["YourGlobalState"] = somevalue or the Cache API
(Cache.Insert) is more preferable?
Thanks a lot
Daniel