Class OkHttpProperties.CacheProperties

  • Enclosing class:
    OkHttpProperties

    public static class OkHttpProperties.CacheProperties
    extends Object
    See Also:
    Cache
    • Constructor Detail

      • CacheProperties

        public CacheProperties()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • getMaxSize

        public org.springframework.util.unit.DataSize getMaxSize()
        The maximum number of bytes this cache should use to store.
      • getDirectory

        public File getDirectory()
        The path of the directory where the cache should be stored.
      • setEnabled

        public void setEnabled​(boolean enabled)
      • setMaxSize

        public void setMaxSize​(org.springframework.util.unit.DataSize maxSize)
        The maximum number of bytes this cache should use to store.
      • setDirectory

        public void setDirectory​(File directory)
        The path of the directory where the cache should be stored.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object