// FIXME: Must be a better way of doing
public String nameForSet(NSSet set) {
NSMutableArray stringObjects = new NSMutableArray();
stringObjects.addObjectsFromArray(set.allObjects());
ERXArrayUtilities.sortArrayWithKey(stringObjects, "description");
return stringObjects.componentsJoinedByString(".");
}
// stuff to dump and restore the cache. This should increase the experience
// for the first folks after an app needed to be restarted and the rules have not been fired yet