Class CacheConfiguration.CacheObjectTypeConfiguration
java.lang.Object
com.evolveum.midpoint.util.caching.CacheConfiguration.CacheObjectTypeConfiguration
- Enclosing class:
- CacheConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidsetClusterwideInvalidation(Boolean clusterwideInvalidation) voidsetSafeRemoteInvalidation(Boolean safeRemoteInvalidation) voidsetStatisticsLevel(CacheConfiguration.StatisticsLevel statisticsLevel) voidsetTimeToLive(Integer timeToLive) voidsetTimeToVersionCheck(Integer timeToVersionCheck) voidsetTraceMiss(Boolean traceMiss) voidsetTracePass(Boolean tracePass) booleantoString()
-
Constructor Details
-
CacheObjectTypeConfiguration
public CacheObjectTypeConfiguration()
-
-
Method Details
-
getEffectiveTimeToLive
-
setTimeToLive
-
getEffectiveTimeToVersionCheck
-
setTimeToVersionCheck
-
getEffectiveTraceMiss
public boolean getEffectiveTraceMiss() -
setTraceMiss
-
getEffectiveTracePass
public boolean getEffectiveTracePass() -
setTracePass
-
getEffectiveStatisticsLevel
-
setStatisticsLevel
-
getClusterwideInvalidation
-
setClusterwideInvalidation
-
getSafeRemoteInvalidation
-
setSafeRemoteInvalidation
-
supportsCaching
public boolean supportsCaching() -
toString
-