This library is published to Maven Central. Add the Maven Central repository to your project's pluginManagement and dependencyResolutionManagement sections.
The @Cacheable annotation is used to store the result of a method in the cache. If the same method is called with the same parameters, the cached value is returned instead of executing the method ...