@Override
 public Iterable<Subject> getAllSubjects() {
   return Iterables.transform(cache.getAllIdentifiers(), this::get);
 }