Class CacheConfiguration.CacheObjectTypeConfiguration
- java.lang.Object
-
- com.evolveum.midpoint.util.caching.CacheConfiguration.CacheObjectTypeConfiguration
-
- Enclosing class:
- CacheConfiguration
public class CacheConfiguration.CacheObjectTypeConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheObjectTypeConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getClusterwideInvalidation()
CacheConfiguration.StatisticsLevel
getEffectiveStatisticsLevel()
Integer
getEffectiveTimeToLive()
Integer
getEffectiveTimeToVersionCheck()
boolean
getEffectiveTraceMiss()
boolean
getEffectiveTracePass()
Boolean
getSafeRemoteInvalidation()
void
setClusterwideInvalidation(Boolean clusterwideInvalidation)
void
setSafeRemoteInvalidation(Boolean safeRemoteInvalidation)
void
setStatisticsLevel(CacheConfiguration.StatisticsLevel statisticsLevel)
void
setTimeToLive(Integer timeToLive)
void
setTimeToVersionCheck(Integer timeToVersionCheck)
void
setTraceMiss(Boolean traceMiss)
void
setTracePass(Boolean tracePass)
boolean
supportsCaching()
String
toString()
-
-
-
Method Detail
-
getEffectiveTimeToLive
public Integer getEffectiveTimeToLive()
-
setTimeToLive
public void setTimeToLive(Integer timeToLive)
-
getEffectiveTimeToVersionCheck
public Integer getEffectiveTimeToVersionCheck()
-
setTimeToVersionCheck
public void setTimeToVersionCheck(Integer timeToVersionCheck)
-
getEffectiveTraceMiss
public boolean getEffectiveTraceMiss()
-
setTraceMiss
public void setTraceMiss(Boolean traceMiss)
-
getEffectiveTracePass
public boolean getEffectiveTracePass()
-
setTracePass
public void setTracePass(Boolean tracePass)
-
getEffectiveStatisticsLevel
public CacheConfiguration.StatisticsLevel getEffectiveStatisticsLevel()
-
setStatisticsLevel
public void setStatisticsLevel(CacheConfiguration.StatisticsLevel statisticsLevel)
-
getClusterwideInvalidation
public Boolean getClusterwideInvalidation()
-
setClusterwideInvalidation
public void setClusterwideInvalidation(Boolean clusterwideInvalidation)
-
getSafeRemoteInvalidation
public Boolean getSafeRemoteInvalidation()
-
setSafeRemoteInvalidation
public void setSafeRemoteInvalidation(Boolean safeRemoteInvalidation)
-
supportsCaching
public boolean supportsCaching()
-
-