I've seen some threads about caching being supported via the SQLCache Dependency class in the adapter implementation.
What is the support internally for caching objects and object graphs using LLBLGEN? Are there any best practice recommendations?
How does LINQ to LLBLGEN affect this?
I've seen this implementation of a cache (which mirrors a similar approach I used with the caching application block a while ago), which looks promising
http://petemontgomery.wordpress.com/2008/08/07/caching-the-results-of-linq-queries/
I would prefer NOT to have client code checking the cache object / implementation...
Any general thoughts / comments would be appreciated