Package org.springdoc.core
Class SpringDocConfigProperties.Cache
java.lang.Object
org.springdoc.core.SpringDocConfigProperties.Cache
- Enclosing class:
- SpringDocConfigProperties
The type Cache.
- Author:
- bnasslahsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Is disabled boolean.void
setDisabled
(boolean disabled) Sets disabled.
-
Constructor Details
-
Cache
public Cache()
-
-
Method Details
-
isDisabled
public boolean isDisabled()Is disabled boolean.- Returns:
- the boolean
-
setDisabled
public void setDisabled(boolean disabled) Sets disabled.- Parameters:
disabled
- the disabled
-