public interface IfcCacheMBean
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEvictionPolicy()
Gets the value of the evictionPolicy property.
|
java.lang.String |
getMaxSize()
Gets the value of the maxSize property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
boolean |
isEnabled()
Gets the value of the enabled property.
|
void |
setEnabled(boolean value)
Sets the value of the enabled property.
|
void |
setEvictionPolicy(java.lang.String value)
Sets the value of the evictionPolicy property.
|
void |
setMaxSize(java.lang.String value)
Sets the value of the maxSize property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
java.lang.String getName()
void setName(java.lang.String value)
boolean isEnabled()
void setEnabled(boolean value)
java.lang.String getEvictionPolicy()
void setEvictionPolicy(java.lang.String value)
java.lang.String getMaxSize()
void setMaxSize(java.lang.String value)