类 CacheProperties.JCache

java.lang.Object
org.springframework.boot.autoconfigure.cache.CacheProperties.JCache
封闭类:
CacheProperties

public static class CacheProperties.JCache extends Object
JCache (JSR-107) specific cache properties.
  • 构造器详细资料

    • JCache

      public JCache()
  • 方法详细资料

    • getProvider

      public String getProvider()
    • setProvider

      public void setProvider(String provider)
    • getConfig

      public Resource getConfig()
    • setConfig

      public void setConfig(Resource config)