/* 137 */ this.cache.getInvocationContext().setOptionOverrides(option);
/* 138 */ this.cache.remove(new Fqn(this.regionFqn, new Object[] { key }), "ITEM");
/* */
/* 140 */ option = new Option();
/* 141 */ option.setFailSilently(true);
/* 142 */ DataVersion dv = (this.source != null) && (this.source.isVersioned()) ? new DataVersionAdapter(currentVersion, currentVersion, this.source.getVersionComparator(), this.source.toString()) : NonLockingDataVersion.INSTANCE;
/* */
/* 145 */ option.setDataVersion(dv);
/* 146 */ option.setCacheModeLocal(this.localWritesOnly);
/* 147 */ this.cache.getInvocationContext().setOptionOverrides(option);
/* 148 */ this.cache.put(new Fqn(this.regionFqn, new Object[] { key }), "item", value);