To customize the storage and retrieval of cache in Spring Boot, a developer can implement the _____ interface.

  • CacheableManager
  • CacheResolver
  • CacheProvider
  • CacheCustomizer
In Spring Boot, to customize the storage and retrieval of cache, a developer can implement the CacheResolver interface. This interface provides methods to resolve cache instances dynamically. The other options are not standard interfaces for customizing caching in Spring Boot.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *