Package io.freefair.spring.okhttp
Class OkHttpProperties.CacheProperties
- java.lang.Object
 - 
- io.freefair.spring.okhttp.OkHttpProperties.CacheProperties
 
 
- 
- Enclosing class:
 - OkHttpProperties
 
public static class OkHttpProperties.CacheProperties extends Object
- See Also:
 Cache
 
- 
- 
Constructor Summary
Constructors Constructor Description CacheProperties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)FilegetDirectory()The path of the directory where the cache should be stored.org.springframework.util.unit.DataSizegetMaxSize()The maximum number of bytes this cache should use to store.inthashCode()booleanisEnabled()voidsetDirectory(File directory)The path of the directory where the cache should be stored.voidsetEnabled(boolean enabled)voidsetMaxSize(org.springframework.util.unit.DataSize maxSize)The maximum number of bytes this cache should use to store.StringtoString() 
 - 
 
- 
- 
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)
 
 - 
 
 -