static Pre key(final boolean isNew) {
        if (isNew) {
            return Pooled.CC_PRE.pick(UuidPre::new, UuidPre.class.getName());
        } else {
            return Pooled.CC_PRE.pick(KeyPre::new, KeyPre.class.getName());