public void resetAttributes(Object name, Attributes attributes) {
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