Open TanyaGaleyev opened 6 years ago
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
@TanyaGaleyev good spotting, thanks for the issue report.
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.