@Test
  public void scheduleCreateOperation() {

    cache.scheduleCreateOperation();

    assertThat(
        cache.getCrudOperationToBePerformed(), is(new CreateOperation<>(repository, decision)));
  }