G
Guest
I've seen a few examples on how to cache data in a WinForms GUI, just after
some thought on the best solution. The data I'm trying to cache will be
generally be small collections of Business Objects (eg Lookup data)
1) Using the Web Cache objects
2) Using AppDomain.CurrentDomain.SetData
3) Using the Caching Application Block
4) Using a static variable \ method & implement a Singleton approach
Any ideas on what offers the best performance with least pitfalls...?
Thanks
some thought on the best solution. The data I'm trying to cache will be
generally be small collections of Business Objects (eg Lookup data)
1) Using the Web Cache objects
2) Using AppDomain.CurrentDomain.SetData
3) Using the Caching Application Block
4) Using a static variable \ method & implement a Singleton approach
Any ideas on what offers the best performance with least pitfalls...?
Thanks