Anyone have any experience setting up sql maps in a web farm environment? Specifically, creating a cache model where each node's cache stays in sync with the database, or where there is a single distributed cache? The built-in cachemodels all assume one node (e.g. flushing on particular statements won't help a cache on another machine, because the statement executed on another machine).
- Kit