public void setRelationshipNameProperties(
      IdentityStoreInvocationContext ctx, String name, Map<String, String> properties)
      throws IdentityException, OperationNotSupportedException {

    identityStore.setRelationshipNameProperties(ctx, name, properties);

    cacheSupport.invalidateRelationshipNameProperties(getCacheNS(ctx), name);
    cacheSupport.putProperties(getCacheNS(ctx), name, getRelationshipNameProperties(ctx, name));
  }