Class CoherenceProperties.CacheAbstractionProperties

  • Enclosing class:
    CoherenceProperties

    public static class CoherenceProperties.CacheAbstractionProperties
    extends Object
    Spring cache abstraction properties.
    • Constructor Detail

      • CacheAbstractionProperties

        public CacheAbstractionProperties()
    • Method Detail

      • getTimeToLive

        public Duration getTimeToLive()
      • setTimeToLive

        public void setTimeToLive​(Duration timeToLive)
      • getCacheNamePrefix

        public String getCacheNamePrefix()
      • setCacheNamePrefix

        public void setCacheNamePrefix​(String cacheNamePrefix)
      • isUseCacheNamePrefix

        public boolean isUseCacheNamePrefix()
      • setUseCacheNamePrefix

        public void setUseCacheNamePrefix​(boolean useCacheNamePrefix)