Skip to content
Snippets Groups Projects
Commit 3c94dcf6 authored by Yurii Ruban [EPAM / GCP]'s avatar Yurii Ruban [EPAM / GCP] Committed by Rustam Lotsmanenko (EPAM)
Browse files

Updated schema cache name (7657)

parent a1517d12
No related branches found
No related tags found
1 merge request!607Updated schema cache name (7657)
......@@ -45,7 +45,7 @@ public class CacheConfig {
}
@Bean
public RedisCache<String, String> schemaCache(GcpConfigurationProperties appProperties) {
public RedisCache<String, String> schemaGCCache(GcpConfigurationProperties appProperties) {
return schemaCacheBuilder.buildRedisCache(
appProperties.getRedisSearchHost(),
Integer.parseInt(appProperties.getRedisSearchPort()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment