@CachePut

The @CachePut annotation is used to update the cache result each time the method annotated with it is invoked. It behaves exactly the opposite to @Cacheable, as it forcefully invokes the method to update the cache and @Cacheable skips the execution.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.129.211.166