if (!isValid()) {
return;
}
Attributes att = CacheImpl.getCache(true).getRegion(name).getAttributes();
att.reset();
att.applyAttributes(attributes);
}
/**
* Will cause all objects within the region of this CacheAccess to be saved
* to the disk cache. All exceptions encountered will be logged if logging