We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1297b2 + b0e16b6 commit dcbc56aCopy full SHA for dcbc56a
rcloud-gist-service/src/main/java/com/mangosolutions/rcloud/rawgist/GistServiceConfiguration.java
@@ -53,15 +53,5 @@ public GistIdGenerator getGistIdGenerator() {
53
return new UUIDGistIdGenerator();
54
}
55
56
- @Bean
57
- public Config getHazelCastConfig() {
58
- Config config = new Config(serviceProperties.getCache());
59
- return config;
60
- }
61
-
62
63
- public CacheManager cacheManager() {
64
- return new HazelcastCacheManager(hazelcastInstance); // (3)
65
66
67
0 commit comments