jtaylor 02/02/12 19:01:05
Modified: src/java/org/apache/stratum/jcs JCS.java
Log:
A little more javadoc that I forgot the first time.
Revision Changes Path
1.3 +5 -2 jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/JCS.java
Index: JCS.java
===================================================================
RCS file:
/home/cvs/jakarta-turbine-stratum/src/java/org/apache/stratum/jcs/JCS.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JCS.java 13 Feb 2002 02:54:50 -0000 1.2
+++ JCS.java 13 Feb 2002 03:01:05 -0000 1.3
@@ -66,11 +66,14 @@
import org.apache.stratum.jcs.engine.behavior.ICompositeCacheAttributes;
/**
- * To make using JCS a bit easier.
+ * Simple class for using JCS. To use JCS in your application, you can use the
+ * static methods of this class to get access objects (instances of this class)
+ * for your cache regions. Ideally this class should be all you need to import
+ * to use JCS.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Aaron Smuts</a>
* @author <a href="mailto:[EMAIL PROTECTED]">James Taylor</a>
- * @version $Id: JCS.java,v 1.2 2002/02/13 02:54:50 jtaylor Exp $
+ * @version $Id: JCS.java,v 1.3 2002/02/13 03:01:05 jtaylor Exp $
*/
public class JCS extends GroupCacheAccess
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>