Skip to content

Commit

Permalink
Fix comment about Caffeine optimization
Browse files Browse the repository at this point in the history
Per Ben Manes request in quarkusio#30744

(cherry picked from commit 32da1f1)
  • Loading branch information
gsmet committed Feb 7, 2023
1 parent 8565b4a commit 9dbff93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/cache.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ It will instead result in another attempt to call the remote.

The Cache extension supports building native executables.

However, to optimize runtime speed, Caffeine embarks many cache implementation classes that are selected depending on the cache configuration.
However, to optimize runtime memory, Caffeine embarks many cache implementation classes that are selected depending on the cache configuration.
We are not registering all of them for reflection
(and the ones not registered are not included into the native executables) as registering all of them would be very costly.

Expand Down

0 comments on commit 9dbff93

Please sign in to comment.