Class RemoteHttpCacheServerAttributes

java.lang.Object
org.apache.commons.jcs3.auxiliary.AbstractAuxiliaryCacheAttributes
org.apache.commons.jcs3.auxiliary.remote.http.server.RemoteHttpCacheServerAttributes
All Implemented Interfaces:
Serializable, Cloneable, AuxiliaryCacheAttributes

Configuration for the RemoteHttpCacheServer. Most of these properties are used only by the service.
See Also:
  • Constructor Details

  • Method Details

    • isLocalClusterConsistency

      public boolean isLocalClusterConsistency()
      Should cluster updates be propagated to the locals

      Returns:
      The localClusterConsistency value
    • setLocalClusterConsistency

      public void setLocalClusterConsistency(boolean r)
      Should cluster updates be propagated to the locals

      Parameters:
      r - The new localClusterConsistency value
    • isAllowClusterGet

      public boolean isAllowClusterGet()
      Should gets from non-cluster clients be allowed to get from other remote auxiliaries.

      Returns:
      The localClusterConsistency value
    • setAllowClusterGet

      public void setAllowClusterGet(boolean r)
      Should we try to get from other cluster servers if we don't find the items locally.

      Parameters:
      r - The new localClusterConsistency value
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      String details