cache_.getRoot().addChild(fqn).putAll(map);
// Insert interceptor after PojoInstance has been written to the cache
// This prevents JBCACHE-1078 with pessimistic locking, optimistic is still a problem
CacheFieldInterceptor interceptor = new CacheFieldInterceptor(pCache_, fqn, type);
interceptor.setAopInstance(pojoInstance);
util_.attachInterceptor(obj, advisor, interceptor);
// cache_.getInvocationContext().getOptionOverrides().setSuppressLocking(false);
// This is in-memory operation only
InternalHelper.setPojo(pojoInstance, obj);