asmuts      02/01/18 13:54:36

  Modified:    src/java/org/apache/stratum/jcs/engine/control Cache.java
  Log:
  put in some rough safe guards against blocking on reads.
  
  Allowed for get operations in the TCP Lateral cache, can an easy way
  to turn off this functionality in the configuration files.  You can specify
  that putOnlyMode=true.
  
  Revision  Changes    Path
  1.8       +0 -1      
jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/engine/control/Cache.java
  
  Index: Cache.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/engine/control/Cache.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Cache.java        18 Jan 2002 06:45:27 -0000      1.7
  +++ Cache.java        18 Jan 2002 21:54:35 -0000      1.8
  @@ -53,7 +53,6 @@
    * information on the Apache Software Foundation, please see
    * <http://www.apache.org/>.
    */
  -
   import java.io.IOException;
   import java.io.Serializable;
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to