332333334335336337338339340341342
throws CacheException { try{ CacheAccess access = factory.getAccess(region); if(access.isPresent(id)) access.replace(id,group,object); } catch(Exception e){ throw new CacheException(e); } }