Class CacheProperties.JCache

java.lang.Object
org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
Enclosing class:
CacheProperties

public static class CacheProperties.JCache extends Object
JCache (JSR-107) specific cache properties.
  • Constructor Details

    • JCache

      public JCache()
  • Method Details

    • getProvider

      public String getProvider()
    • setProvider

      public void setProvider(String provider)
    • getConfig

      public Resource getConfig()
    • setConfig

      public void setConfig(Resource config)