-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
type: documentationA documentation updateA documentation update
Milestone
Description
redis-cache.adoc error occurred
One entry is missing on line 243 of the redis-cache.adoc file, as shown in the figure
Amended as follows:
RedisCacheConfiguration predefined = RedisCacheConfiguration.defaultCacheConfig()
.entryTtl(MyCustomTtlFunction.INSTANCE));
Map<String, RedisCacheConfiguration> initialCaches = Collections.singletonMap("predefined",predefined);
RedisCacheManager cacheManager = RedisCacheManager.builder(redisConnectionFactory)
.cacheDefaults(fiveMinuteTtlExpirationDefaults)
------ add params
.withInitialCacheConfiguration(initialCaches )
.build();
Metadata
Metadata
Assignees
Labels
type: documentationA documentation updateA documentation update