Skip to content

Commit

Permalink
Improve documentation of Cacheable
Browse files Browse the repository at this point in the history
  • Loading branch information
luvarqpp authored and snicoll committed Jul 29, 2022
1 parent 456c788 commit 3a61930
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -123,7 +123,8 @@

/**
* Spring Expression Language (SpEL) expression used for making the method
* caching conditional.
* caching conditional. If condition is evaluated to {@code true}, result
* is cached.
* <p>Default is {@code ""}, meaning the method result is always cached.
* <p>The SpEL expression evaluates against a dedicated context that provides the
* following meta-data:
Expand Down

0 comments on commit 3a61930

Please sign in to comment.