Hi,
A couple of questions regarding EntitySpaces:
1. What are the ramifications of storing entities or entity collections in the asp.net Cache?
2. If an entity collection is retrived from cache and used by two threads (read only) concurrently, would ES have any issues? I expect so...
3. If an entity is loaded from cache then one of its foreign key collections accessed, would the db connection be correctly re-established?
4. Say an entity collection of Countries is stored in cache, and used by two threads concurrently, what would be the correct thread safe method of searching thru the collection for a specific country by name (ie NOT by primary key)
Thanks