“Real” Object References in Distributed Cache?
问题 I'm personally committed to .net distributed caching solutions, but I think this question is interesting across all platforms. Is there a distributed caching solution (or generic strategy) that allows to both store objects in the cache while maintaining the integrity of the references between them? To exemplify - Suppose I have an object Foo foo that references an object Bar bar and also and object Foo foo2 that references that same Bar bar . If I load foo to the cache, a copy of bar is