We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be3a0a7 commit fd89f2aCopy full SHA for fd89f2a
spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc
@@ -360,7 +360,7 @@ This custom `KeyGenerator` was applied in the caching annotations of the service
360
[source,java]
361
----
362
@Service
363
-class CalcultorService ... {
+class CalculatorService ... {
364
365
@Cacheable(... keyGenerator="resultKeyGenerator")
366
public int factorial(int number) { .. }
@@ -387,7 +387,7 @@ in the `@Cacheable annotation on the individual service methods:
387
388
389
390
391
392
@Cacheable(name = "Factorials" ...)
393
0 commit comments