Class GenericExoCacheConfig

  • All Implemented Interfaces:
    Cloneable

    public class GenericExoCacheConfig
    extends org.exoplatform.services.cache.ExoCacheConfig
    The ExoCacheConfig for all the eviction algorithms available in infinispan
    Version:
    $Id$
    Author:
    Nicolas Filotto
    • Constructor Detail

      • GenericExoCacheConfig

        public GenericExoCacheConfig()
    • Method Detail

      • getStrategy

        public String getStrategy()
        Returns:
        the strategy
      • setStrategy

        public void setStrategy​(String strategy)
        Parameters:
        strategy - the strategy to set
      • getWakeUpInterval

        public long getWakeUpInterval()
        Returns:
        the wakeUpInterval
      • setWakeUpInterval

        public void setWakeUpInterval​(long wakeUpInterval)
        Parameters:
        wakeUpInterval - the wakeUpInterval to set
      • getMaxIdle

        public long getMaxIdle()
        Returns:
        the maxIdle
      • setMaxIdle

        public void setMaxIdle​(long maxIdle)
        Parameters:
        maxIdle - the maxIdle to set