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

Skip to content
Snippets Groups Projects

Resolve "Sharing Plattform: Prüfung: Gitlab Login für Simon in Produktion funktioniert nicht zuverlässig."

Files
11
package at.ac.uibk.gitsearch.config;
import at.ac.uibk.gitsearch.repository.gitlab.GitLabRepository;
import at.ac.uibk.gitsearch.repository.search.MetaDataRepository;
import at.ac.uibk.gitsearch.service.EditorialPagesService;
import java.time.Duration;
@@ -50,6 +51,7 @@ public class CacheConfiguration {
return cm -> {
createCache(cm, at.ac.uibk.gitsearch.repository.jpa.UserRepository.USERS_BY_LOGIN_CACHE);
createCache(cm, at.ac.uibk.gitsearch.repository.jpa.UserRepository.USERS_BY_EMAIL_CACHE);
createCache(cm, GitLabRepository.FULLPATH_OF_GROUP_CACHE);
createCache(cm, EditorialPagesService.PAGES_CACHE);
createCache(cm, EditorialPagesService.HELPMENUTREE_CACHE);