Polishing

Order imports to match code style. Use one line per sentence in documentation.

Original pull request: #2643
This commit is contained in:
Christoph Strobl
2023-07-26 19:14:43 +02:00
parent dddf3530b9
commit 5568ffd818
3 changed files with 116 additions and 67 deletions

View File

@@ -218,6 +218,8 @@ public class RedisCacheConfiguration {
* is applied to all {@link Cache} operations, both read and write alike, and {@link Cache} operations passed with
* expiration are used consistently across the application, then in effect, an application can achieve
* {@literal TTI} expiration-like behavior.
* <p>
* Requires Redis 6.2.0 or newer.
*
* @return this {@link RedisCacheConfiguration}.
* @see <a href="https://redis.io/commands/getex/">GETEX</a>