On Sep 13, 2011, at 5:12 PM, Gary Jarrel wrote: > I have an annotation similar to > CacheGroups but it goes further into tracking whether an object should > be cached in local or shared cache.
Also keep in mind that Cayenne uses QueryCache for caching query results. There is still a separate cache for individual objects (we'll be unifying this at some point, but not yet). So even in our cayenne-lifecycle code we are dealing with "cache groups", not objects, when invalidating stuff in the cache. Andrus