Class CacheConfiguration.CacheObjectTypeConfiguration

    • Constructor Detail

      • CacheObjectTypeConfiguration

        public CacheObjectTypeConfiguration()
    • 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)
      • getClusterwideInvalidation

        public Boolean getClusterwideInvalidation()
      • setClusterwideInvalidation

        public void setClusterwideInvalidation​(Boolean clusterwideInvalidation)
      • getSafeRemoteInvalidation

        public Boolean getSafeRemoteInvalidation()
      • setSafeRemoteInvalidation

        public void setSafeRemoteInvalidation​(Boolean safeRemoteInvalidation)
      • supportsCaching

        public boolean supportsCaching()