Skip to content

Commit

Permalink
Merge branch 'release/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Dunn committed Apr 3, 2017
2 parents b1297b2 + b0e16b6 commit dcbc56a
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,5 @@ public GistIdGenerator getGistIdGenerator() {
return new UUIDGistIdGenerator();
}

@Bean
public Config getHazelCastConfig() {
Config config = new Config(serviceProperties.getCache());
return config;
}

@Bean
public CacheManager cacheManager() {
return new HazelcastCacheManager(hazelcastInstance); // (3)
}

}

0 comments on commit dcbc56a

Please sign in to comment.