This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects

Resolve "Collections mehr hervorheben"

Merged Michael Breu requested to merge 460-collections-mehr-hervorheben into development
Compare and Show latest version
8 files
+ 182
69
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -52,6 +52,7 @@ public class CacheConfiguration {
createCache(cm, at.ac.uibk.gitsearch.repository.jpa.UserRepository.USERS_BY_EMAIL_CACHE);
createCache(cm, EditorialPagesService.PAGES_CACHE);
createCache(cm, MetaDataRepository.EXERCISE_BY_ID_CACHE);
createCache(cm, MetaDataRepository.EXERCISECHILDREN_BY_ID_CACHE);
createCache(cm, at.ac.uibk.gitsearch.domain.User.class.getName());
createCache(cm, at.ac.uibk.gitsearch.domain.Authority.class.getName());