Object thisObject, Set objSet)
throws CacheException
{
// Currently we don't support recursive Collection
if (!(originalObject instanceof Advised))
throw new PojoCacheException("ObjectUtil.isReachable(): originalObject is not Advised.");
if (log.isTraceEnabled())
{
log.trace("isReachable(): current object: " + originalObject + " this object: " + thisObject);
}