We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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();
The text was updated successfully, but these errors were encountered:
Fix reference code example to use values required for the example.
bfb46e0
Closes #2869
7e3986b
Thanks for reporting the issue. That's fixed now.
Sorry, something went wrong.
mp911de
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: