Skip to content

Commit fd89f2a

Browse files
committed
Edit TIP to include a reference to the specific documentation on Synchronous, Inline Caching.
1 parent be3a0a7 commit fd89f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-geode-docs/src/docs/asciidoc/guides/caching-inline.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ This custom `KeyGenerator` was applied in the caching annotations of the service
360360
[source,java]
361361
----
362362
@Service
363-
class CalcultorService ... {
363+
class CalculatorService ... {
364364
365365
@Cacheable(... keyGenerator="resultKeyGenerator")
366366
public int factorial(int number) { .. }
@@ -387,7 +387,7 @@ in the `@Cacheable annotation on the individual service methods:
387387
[source,java]
388388
----
389389
@Service
390-
class CalcultorService ... {
390+
class CalculatorService ... {
391391
392392
@Cacheable(name = "Factorials" ...)
393393
public int factorial(int number) { .. }

0 commit comments

Comments
 (0)