We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I went though specification https://docs.google.com/document/d/1MZQstO9GJo_MUMy5iD5sxCrstunnQ1f85ekCng8LcqM/edit?usp=sharing and found some mistakes.
cacheNull
@CacheResult
@CachePut
@CacheDefaults
Caching.setDefaultClassLoader
The text was updated successfully, but these errors were encountered:
@TanyaGaleyev good spotting, thanks for the issue report.
Sorry, something went wrong.
No branches or pull requests
Hi,
I went though specification https://docs.google.com/document/d/1MZQstO9GJo_MUMy5iD5sxCrstunnQ1f85ekCng8LcqM/edit?usp=sharing and found some mistakes.
cacheNull
is still mentioned in Options for@CacheResult
and@CachePut
.@CachePut
annotation (actually@CacheDefaults
code is there).Caching.setDefaultClassLoader
method is presented as non static in Caching Providers chapter.The text was updated successfully, but these errors were encountered: