Skip to content

Commit dcbc56a

Browse files
author
Andrew Dunn
committed
Merge branch 'release/0.2.2'
2 parents b1297b2 + b0e16b6 commit dcbc56a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

rcloud-gist-service/src/main/java/com/mangosolutions/rcloud/rawgist/GistServiceConfiguration.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,5 @@ public GistIdGenerator getGistIdGenerator() {
5353
return new UUIDGistIdGenerator();
5454
}
5555

56-
@Bean
57-
public Config getHazelCastConfig() {
58-
Config config = new Config(serviceProperties.getCache());
59-
return config;
60-
}
61-
62-
@Bean
63-
public CacheManager cacheManager() {
64-
return new HazelcastCacheManager(hazelcastInstance); // (3)
65-
}
6656

6757
}

0 commit comments

Comments
 (0)